Fix : fix Internet ipv4 CIDR in UNET connection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user