From 6fe05cf0e4bb42c7405ed36ff41af1d971244d27 Mon Sep 17 00:00:00 2001 From: gaoyuheng Date: Tue, 5 May 2026 17:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=8E=AF=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bird/net/unet.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bird/net/unet.conf b/bird/net/unet.conf index 42ffe89..8cca278 100644 --- a/bird/net/unet.conf +++ b/bird/net/unet.conf @@ -5,7 +5,6 @@ protocol pipe unet4_inet4_sync { export filter { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if is_bogon_prefix() then reject; - bgp_path.empty; accept; }; import none; @@ -17,7 +16,6 @@ protocol pipe unet6_inet6_sync { export filter { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if is_bogon_prefix() then reject; - bgp_path.empty; accept; }; import none; @@ -31,7 +29,6 @@ protocol pipe unet4_dn42v4_sync { export filter { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if !is_dn42_prefix() then reject; - bgp_path.empty; accept; }; import none; @@ -43,7 +40,6 @@ protocol pipe unet6_dn42v6_sync { export filter { if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject; if !is_dn42_prefix() then reject; - bgp_path.empty; accept; }; import none;