From 0476cf5a2591f23ff9d8aa856042fea23744b5dd Mon Sep 17 00:00:00 2001 From: daxi20 Date: Wed, 26 Nov 2025 21:01:54 +0800 Subject: [PATCH] i --- bird/template/inet_ixp.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bird/template/inet_ixp.conf b/bird/template/inet_ixp.conf index 0cda23c..29ebc23 100644 --- a/bird/template/inet_ixp.conf +++ b/bird/template/inet_ixp.conf @@ -12,9 +12,7 @@ template bgp tpl_inet6_ixp { if !is_self_net_v6() then reject; if is_bogon_prefix() || (bgp_path.len > 100) then reject; if bgp_large_community !~ [(LOCAL_ASN, 200,1)] then reject; - bgp_large_community.delete((LOCAL_ASN,3,*)); - bgp_large_community.delete((LOCAL_ASN,1,*)); - bgp_large_community.delete((LOCAL_ASN,200,*)); + bgp_large_community.empty; accept; }; };