Add: reject all path that = ::/0
parent
98c3e0be9f
commit
ab55cbffd8
|
@ -29,5 +29,6 @@ function is_valid() {
|
||||||
if is_bogon_prefix() then return false;
|
if is_bogon_prefix() then return false;
|
||||||
if is_bogon_asn() then return false;
|
if is_bogon_asn() then return false;
|
||||||
if is_rpki_invalid() && source = RTS_BGP then return false;
|
if is_rpki_invalid() && source = RTS_BGP then return false;
|
||||||
|
if net = ::/0 then return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue