细微修整

This commit is contained in:
2025-11-03 16:59:17 +08:00
parent 37842ed600
commit 1bd6e4b59e

View File

@@ -19,8 +19,8 @@ template bgp unet_bgp_up0 {
}; };
import limit 9000 action block; import limit 9000 action block;
}; };
ipv4 { ipv6 {
table unet4; table unet6;
import filter { import filter {
if !unet_is_voalid_net_v6() then reject; if !unet_is_voalid_net_v6() then reject;
if unet_is_self_net_v6() then reject; if unet_is_self_net_v6() then reject;