This commit is contained in:
2025-11-26 21:01:54 +08:00
parent 046bc9e1cd
commit 0476cf5a25

View File

@@ -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;
};
};