Tried adding proper IPv6 support

This commit is contained in:
Jef Roosens 2021-12-16 10:18:17 +01:00
parent 868acbc08f
commit c5dc3db2be
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 12 additions and 1 deletions

View file

@ -2,5 +2,7 @@
"metrics-addr" : "0.0.0.0:9323",
"experimental" : true,
"mtu": 1450,
"network-control-plane-mtu": 1450
"network-control-plane-mtu": 1450,
"ipv6": true,
"fixed-cidr-v6": "fd00::/80"
}