From 58e999356d69f9bf76a389aa69cb8c7295ad75f9 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sat, 28 Sep 2019 23:11:46 +0200 Subject: ffww --- roles/install_babeld/templates/babeld.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/install_babeld/templates/babeld.conf.j2') 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 -- cgit v1.2.3-54-g00ecf