fix
This commit is contained in:
@@ -12,7 +12,6 @@ template bgp tpl_inet6_ixp {
|
||||
if !is_self_net_inet6() then reject;
|
||||
if is_bogon_prefix() || (bgp_path.len > 100) then reject;
|
||||
if bgp_large_community !~ [(LOCAL_ASN, 200,0)] then reject;
|
||||
bgp_large_community.empty;
|
||||
accept;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user