bird: fix ULA BGP route

This commit is contained in:
Astro 2018-06-26 23:02:33 +02:00
parent 59667adf30
commit b0ef3d6af9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ protocol ospf ZW6 {
{%- if pillar.get('bgp') %} {%- if pillar.get('bgp') %}
protocol static { protocol static {
# Zentralwerk DN42 # Zentralwerk DN42
route fd23:42:c3d2:500::/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;
} }