summaryrefslogtreecommitdiff
path: root/roles/install_babeld/templates/babeld.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2019-09-28 23:11:46 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2019-09-28 23:11:46 +0200
commit58e999356d69f9bf76a389aa69cb8c7295ad75f9 (patch)
treecbd0050ec3217d05c0307020ad4de32febc1f56f /roles/install_babeld/templates/babeld.conf.j2
parent1738af3a5dd29c89e27e33a890389b5ac4b71843 (diff)
ffww
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r--roles/install_babeld/templates/babeld.conf.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2
index 3ef7e53..88ba346 100644
--- a/roles/install_babeld/templates/babeld.conf.j2
+++ b/roles/install_babeld/templates/babeld.conf.j2
@@ -41,6 +41,7 @@ reflect-kernel-metric true
# Filtering rules.
{% if 'uplink' in group_names %}
+in ip 10.30.0.0/18 allow
in ip 10.222.0.0/16 allow
in ip 2a03:2260:1016::/48 allow
in ip 2003:46:e028::/48 allow # finzelberg
@@ -59,6 +60,7 @@ redistribute if {{ peer.name }} metric 128
{% endif %}
# Only redistribute addresses from a given prefix, to avoid redistributing
# all local addresses
+redistribute ip 10.30.0.0/18 allow
redistribute ip 10.222.0.0/16 allow
redistribute ip 2a03:2260:1016::/48 allow
redistribute ip 64:ff9b::/96 allow