This commit is contained in:
@ -25,6 +25,7 @@ function is_downstream_asn() {
|
||||
}
|
||||
|
||||
function is_valid() {
|
||||
if (LOCAL_ASN, 0, 665) ~ bgp_large_community then return true;
|
||||
if pub_is_invalid_net_length() then return false;
|
||||
if is_bogon_prefix() then return false;
|
||||
if is_bogon_asn() then return false;
|
||||
|
Reference in New Issue
Block a user