fix language errpr

This commit is contained in:
2026-05-23 16:50:26 +08:00
parent 7dc6bd3989
commit ca4a406afc

View File

@@ -6,7 +6,7 @@ protocol pipe unet4_inet4_sync {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
if is_bogon_prefix() then {
if net!~[10.188.0.0/16+] then reject;
};
}
accept;
};
import none;
@@ -32,7 +32,7 @@ protocol pipe unet4_dn42v4_sync {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
if !is_dn42_prefix() then {
if net!~[10.188.0.0/16+] then reject;
};
}
accept;
};
import none;