diff --git a/bird/net/unet.conf b/bird/net/unet.conf index c7eb110..3c73bf5 100644 --- a/bird/net/unet.conf +++ b/bird/net/unet.conf @@ -6,7 +6,7 @@ protocol pipe unet4_inet4_sync { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if is_bogon_prefix() then { if net!~[10.188.0.0/16+] then reject; - }; + } accept; }; import none; @@ -32,7 +32,7 @@ protocol pipe unet4_dn42v4_sync { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if !is_dn42_prefix() then { if net!~[10.188.0.0/16+] then reject; - }; + } accept; }; import none;