1
This commit is contained in:
@@ -38,18 +38,6 @@ protocol pipe unet4_dn42v4_sync {
|
||||
import none;
|
||||
}
|
||||
|
||||
protocol pipe unet6_dn42v6_sync {
|
||||
table unet6;
|
||||
peer table dn42v6;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
if !is_dn42_prefix() then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
|
||||
|
||||
# 剩下的进入master (只有V4)
|
||||
protocol pipe unet4_sync {
|
||||
table unet4;
|
||||
|
||||
Reference in New Issue
Block a user