fix language errpr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user