bird: add 2a02:8106:208:5200::/56

This commit is contained in:
Astro 2018-06-22 23:33:10 +02:00
parent 58a75b6367
commit 6320ad92d0
2 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,7 @@ ospf:
- 10.0.0.0/8
stubnets-inet6:
- fd00::/8
- 2a02:8106:208:5200::/56
bgp:
asn: 4242421127

View File

@ -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 {