diff options
Diffstat (limited to 'roles/install_babeld')
-rw-r--r-- | roles/install_babeld/templates/babeld.conf.j2 | 2 |
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 |