This commit is contained in:
2025-10-13 02:40:32 +08:00
parent 048b2567bf
commit 8ac68591ca
2 changed files with 9 additions and 26 deletions

View File

@@ -17,15 +17,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 dn42v4_sync {
table dn42v4;