diff --git a/salt/bird/bird6.conf b/salt/bird/bird6.conf index 88e0bd4..9a00db0 100644 --- a/salt/bird/bird6.conf +++ b/salt/bird/bird6.conf @@ -83,15 +83,15 @@ protocol ospf ZW6 { }; } -{%- if pillar.get('bgp') %} protocol static { # Zentralwerk DN42 route fd23:42:c3d2:580::/57 unreachable; # Static Kabeldeutschland - route 2a02:8106:208:5280::/57 unreachable; + route 2a02:8106:208:5200::/56 unreachable; route 2a02:8106:211:e900::/56 unreachable; } +{%- if pillar.get('bgp') %} protocol bgp { local as {{ pillar['bgp']['asn'] }}; import all;