更新 'util/util.conf'
parent
b8041738e7
commit
cc4a34bf79
|
@ -25,9 +25,9 @@ function is_downstream_asn() {
|
|||
}
|
||||
|
||||
function is_valid() {
|
||||
if pub_is_invalid_net_length() then return false;
|
||||
if (LOCAL_ASN, 110, 30) ~ bgp_large_community then return true;
|
||||
if bgp_path.len = 0 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;
|
||||
if is_rpki_invalid() && source = RTS_BGP then return false;
|
||||
|
|
Loading…
Reference in New Issue