From ca4a406afc97ccac8bc7817f7705029b8a726aca Mon Sep 17 00:00:00 2001 From: gaoyuheng Date: Sat, 23 May 2026 16:50:26 +0800 Subject: [PATCH] fix language errpr --- bird/net/unet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;