From cc4a34bf795b9e1cfffdbe79677ade14a08ac936 Mon Sep 17 00:00:00 2001 From: 186526 Date: Wed, 1 Mar 2023 18:05:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'util/util.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/util.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/util.conf b/util/util.conf index 095b4ef..8162664 100644 --- a/util/util.conf +++ b/util/util.conf @@ -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;