diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-04-12 20:04:54 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-04-12 20:07:36 +0200 |
commit | 2befca5ea47dd361d0db44efb0a6d8ce3b011fd7 (patch) | |
tree | 98e08573bbef6391814dfa44ec719b1237b81b8e /roles/install_babeld/templates/babeld.conf.j2 | |
parent | 59331e63f21606615d45d45e2f9be6eaf5df80e1 (diff) |
babel: allow nat64 prefix
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-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 4651b2f..98b3acd 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 in ip 10.222.0.0/16 allow in ip 2a03:2260:1016::/48 allow in ip 2003:46:e028::/48 allow # finzelberg +in ip 64:ff9b::/96 allow # nat64 in ip fd62:44e1:da::/48 allow in deny # ignore default routes on uplinks {% endif %} @@ -57,6 +58,7 @@ redistribute if {{ peer.name }} metric 128 # all local addresses redistribute ip 10.222.0.0/16 allow redistribute ip 2a03:2260:1016::/48 allow +redistribute ip 64:ff9b::/96 allow redistribute ip fd62:44e1:da::/48 allow redistribute local deny |