|
|
@ -170,6 +170,7 @@ template bgp dnpeers_v4 {
|
|
|
|
path metric 1;
|
|
|
|
path metric 1;
|
|
|
|
|
|
|
|
|
|
|
|
ipv4 {
|
|
|
|
ipv4 {
|
|
|
|
|
|
|
|
table dn42_v4;
|
|
|
|
import filter {
|
|
|
|
import filter {
|
|
|
|
if is_valid_network() && !is_self_net() then {
|
|
|
|
if is_valid_network() && !is_self_net() then {
|
|
|
|
{% if dn42_enable_roa %}
|
|
|
|
{% if dn42_enable_roa %}
|
|
|
@ -193,6 +194,7 @@ template bgp dnpeers_v6 {
|
|
|
|
path metric 1;
|
|
|
|
path metric 1;
|
|
|
|
|
|
|
|
|
|
|
|
ipv6 {
|
|
|
|
ipv6 {
|
|
|
|
|
|
|
|
table dn42_v6;
|
|
|
|
import filter {
|
|
|
|
import filter {
|
|
|
|
if is_valid_network_v6() && !is_self_net_v6() then {
|
|
|
|
if is_valid_network_v6() && !is_self_net_v6() then {
|
|
|
|
{% if dn42_enable_roa %}
|
|
|
|
{% if dn42_enable_roa %}
|
|
|
|