This commit is contained in:
2025-10-13 01:17:30 +08:00
parent 1660565696
commit 1d0af5fadb
3 changed files with 35 additions and 9 deletions

View File

@@ -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;