bird: make whole ipv6 ranges unreachable everywhere

This commit is contained in:
Astro 2019-06-04 21:00:02 +02:00
parent eafaccbd0b
commit 4606c4fe8e
1 changed files with 2 additions and 2 deletions

View File

@ -83,15 +83,15 @@ protocol ospf ZW6 {
}; };
} }
{%- if pillar.get('bgp') %}
protocol static { protocol static {
# Zentralwerk DN42 # Zentralwerk DN42
route fd23:42:c3d2:580::/57 unreachable; route fd23:42:c3d2:580::/57 unreachable;
# Static Kabeldeutschland # Static Kabeldeutschland
route 2a02:8106:208:5280::/57 unreachable; route 2a02:8106:208:5200::/56 unreachable;
route 2a02:8106:211:e900::/56 unreachable; route 2a02:8106:211:e900::/56 unreachable;
} }
{%- if pillar.get('bgp') %}
protocol bgp { protocol bgp {
local as {{ pillar['bgp']['asn'] }}; local as {{ pillar['bgp']['asn'] }};
import all; import all;