bird6: undo the right prefix change

This commit is contained in:
Astro 2019-06-04 20:03:10 +02:00
parent e84d55d48f
commit 1311992bbc

View File

@ -56,7 +56,7 @@ protocol ospf ZW6 {
{%- endif %} {%- endif %}
area 0 { area 0 {
networks { networks {
fd23:42:c3d2:500::/57; fd23:42:c3d2:500::/56;
2a02:8106:208:5200::/56; 2a02:8106:208:5200::/56;
2a02:8106:211:e900::/56; 2a02:8106:211:e900::/56;
}; };
@ -84,7 +84,7 @@ protocol ospf ZW6 {
{%- if pillar.get('bgp') %} {%- if pillar.get('bgp') %}
protocol static { protocol static {
# Zentralwerk DN42 # Zentralwerk DN42
route fd23:42:c3d2:580::/56 unreachable; route fd23:42:c3d2:580::/57 unreachable;
# Static Kabeldeutschland # Static Kabeldeutschland
route 2a02:8106:208:5280::/57 unreachable; route 2a02:8106:208:5280::/57 unreachable;
route 2a02:8106:211:e900::/56 unreachable; route 2a02:8106:211:e900::/56 unreachable;