From 1311992bbc4948e9930a038c856ed080250f3b86 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 4 Jun 2019 20:03:10 +0200 Subject: [PATCH] bird6: undo the right prefix change --- salt/bird/bird6.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/bird/bird6.conf b/salt/bird/bird6.conf index c55cc96..da8b15b 100644 --- a/salt/bird/bird6.conf +++ b/salt/bird/bird6.conf @@ -56,7 +56,7 @@ protocol ospf ZW6 { {%- endif %} area 0 { networks { - fd23:42:c3d2:500::/57; + fd23:42:c3d2:500::/56; 2a02:8106:208:5200::/56; 2a02:8106:211:e900::/56; }; @@ -84,7 +84,7 @@ protocol ospf ZW6 { {%- if pillar.get('bgp') %} protocol static { # Zentralwerk DN42 - route fd23:42:c3d2:580::/56 unreachable; + route fd23:42:c3d2:580::/57 unreachable; # Static Kabeldeutschland route 2a02:8106:208:5280::/57 unreachable; route 2a02:8106:211:e900::/56 unreachable;