Fix:add dn42 and change config

This commit is contained in:
2025-12-16 15:56:30 +08:00
parent 95a3532da2
commit 521702243b
20 changed files with 399 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
protocol pipe ospf4_sync {
table ospf4;
peer table master4;
peer table unet4;
export filter {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;
@@ -10,7 +10,7 @@ protocol pipe ospf4_sync {
protocol pipe ospf6_sync {
table ospf6;
peer table master6;
peer table unet6;
export filter {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;