diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-06-06 16:13:18 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-06-06 16:13:18 +0200 |
commit | 776fafa79c1396ae61f3c392edc46c89f0faea24 (patch) | |
tree | 7f078b9c743a4d56ae7f476f539ebabdf9f8514b /roles/install_babeld/templates/babeld.conf.j2 | |
parent | f25a8da11162899bfc65e2d90242c520cf4d5bd0 (diff) |
babel: removed old ipv6 prefixes
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r-- | roles/install_babeld/templates/babeld.conf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2 index 817cf60..1741369 100644 --- a/roles/install_babeld/templates/babeld.conf.j2 +++ b/roles/install_babeld/templates/babeld.conf.j2 @@ -49,8 +49,6 @@ redistribute if {{ peer.name }} metric 128 # Only redistribute addresses from a given prefix, to avoid redistributing # all local addresses redistribute ip 10.222.0.0/16 allow -redistribute ip 2a01:198:70a:ff::0/64 allow -redistribute ip 2001:470:cd45:ff00::/56 allow redistribute ip 2a03:2260:1016::/48 allow redistribute ip fd62:44e1:da::/48 allow redistribute local deny |