Revert "use public IPv6 prefix now"
This reverts half of the commit
f702e45583
.
We would have to update the next-node address along with prefix6, which
requires a bit more planning.
Now we only updated the prefix length of the IPv4 prefix, which was /20
but should be /17
This commit is contained in:
parent
f702e45583
commit
7ade505b04
|
@ -4,7 +4,7 @@
|
||||||
site_code = 'ffhb',
|
site_code = 'ffhb',
|
||||||
|
|
||||||
prefix4 = '10.196.0.0/17',
|
prefix4 = '10.196.0.0/17',
|
||||||
prefix6 = '2a02:2919:1000::/64',
|
prefix6 = 'fd2f:5119:0f2c::/64',
|
||||||
|
|
||||||
mesh_domains = { 'ffhb', '196.10.in-addr.arpa', 'c.2.f.0.9.1.1.5.f.2.d.f.ip6.arpa' },
|
mesh_domains = { 'ffhb', '196.10.in-addr.arpa', 'c.2.f.0.9.1.1.5.f.2.d.f.ip6.arpa' },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue