Fix : fix Internet ipv4 CIDR in UNET connection

This commit is contained in:
2025-12-16 20:03:17 +08:00
parent b4f2fc4b3a
commit 1bf21683ce
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# 公网处理
protocol pipe unet4_inet4_sync {
table unet4;
peer table inet4;
peer table master4;
export filter {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
if is_bogon_prefix() then reject;