From 7ade505b04af52d6e9f30c0eb37eeef44418b319 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Thu, 28 Aug 2014 12:40:26 +0200 Subject: [PATCH] Revert "use public IPv6 prefix now" This reverts half of the commit f702e455831848e076a4e7d499ad4aed3f9cad80. 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 --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index ce3a7df..710a95b 100644 --- a/site.conf +++ b/site.conf @@ -4,7 +4,7 @@ site_code = 'ffhb', 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' },