1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 03:26:33 +00:00

Updated Bird2 (markdown)

This commit is contained in:
DN42 Wiki (BURBLE-MNT) 2021-08-30 10:48:26 +00:00
parent 61b0fd9b87
commit 2d115af655

View File

@ -136,6 +136,7 @@ template bgp dnpeers {
path metric 1;
ipv4 {
next hop self;
import filter {
if is_valid_network() && !is_self_net() then {
if (roa_check(dn42_roa, net, bgp_path.last) != ROA_VALID) then {
@ -150,6 +151,7 @@ template bgp dnpeers {
};
ipv6 {
next hop self;
import filter {
if is_valid_network_v6() && !is_self_net_v6() then {
if (roa_check(dn42_roa_v6, net, bgp_path.last) != ROA_VALID) then {