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 %}