111
This commit is contained in:
@@ -15,15 +15,15 @@ protocol pipe inet6_sync {
|
||||
};
|
||||
}
|
||||
|
||||
protocol pipe inet4_sync {
|
||||
table inet4;
|
||||
peer table master4;
|
||||
import none;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
}
|
||||
#protocol pipe inet4_sync {
|
||||
# table inet4;
|
||||
# peer table master4;
|
||||
# import none;
|
||||
# export filter {
|
||||
# if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
|
||||
# accept;
|
||||
# };
|
||||
#}
|
||||
|
||||
protocol pipe unet4_sync {
|
||||
table unet4;
|
||||
|
||||
Reference in New Issue
Block a user