From 41ec34ade976e5897af4782346e01dd3a5c50cdc Mon Sep 17 00:00:00 2001 From: Leo Maroni Date: Wed, 24 Jun 2020 21:27:35 +0200 Subject: [PATCH] Use new bird tables also without multiprotocol --- templates/bird2/bird.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/bird2/bird.conf.j2 b/templates/bird2/bird.conf.j2 index 4179563..3d37a29 100644 --- a/templates/bird2/bird.conf.j2 +++ b/templates/bird2/bird.conf.j2 @@ -170,6 +170,7 @@ template bgp dnpeers_v4 { path metric 1; ipv4 { + table dn42_v4; import filter { if is_valid_network() && !is_self_net() then { {% if dn42_enable_roa %} @@ -193,6 +194,7 @@ template bgp dnpeers_v6 { path metric 1; ipv6 { + table dn42_v6; import filter { if is_valid_network_v6() && !is_self_net_v6() then { {% if dn42_enable_roa %}