Use new bird tables also without multiprotocol

pull/3/head
Leo Maroni 4 years ago
parent 7117590239
commit 41ec34ade9
No known key found for this signature in database
GPG Key ID: B1ADA545CD2CBACD

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

Loading…
Cancel
Save