From 6320ad92d0be68845ca3fe063a6552eb5e56bcde Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 22 Jun 2018 23:33:10 +0200 Subject: [PATCH] bird: add 2a02:8106:208:5200::/56 --- salt-pillar/bird/bgp.sls | 1 + salt/bird/bird6.conf | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/salt-pillar/bird/bgp.sls b/salt-pillar/bird/bgp.sls index eb0cd36..d43ec3f 100644 --- a/salt-pillar/bird/bgp.sls +++ b/salt-pillar/bird/bgp.sls @@ -4,6 +4,7 @@ ospf: - 10.0.0.0/8 stubnets-inet6: - fd00::/8 + - 2a02:8106:208:5200::/56 bgp: asn: 4242421127 diff --git a/salt/bird/bird6.conf b/salt/bird/bird6.conf index 68a58dd..9361b8a 100644 --- a/salt/bird/bird6.conf +++ b/salt/bird/bird6.conf @@ -55,6 +55,7 @@ protocol ospf ZW6 { area 0 { networks { fd23:42:c3d2:500::/56; + 2a02:8106:208:5200::/56; }; {%- for iface, ips in salt['grains.get']('ip_interfaces').items() %} {%- set subnet = pillar['subnets-inet6'].get(iface) %} @@ -77,10 +78,8 @@ protocol ospf ZW6 { protocol static { # Zentralwerk DN42 route fd23:42:c3d2:500::/56 unreachable; - # HE tunnel net - route 2001:470:1f0b:12b1::/64 unreachable; - # HE subnet - route 2001:470:77fb::/48 unreachable; + # Static Kabeldeutschland + route 2a02:8106:208:5280::/57 unreachable; } protocol bgp {