更新了缓冲区设置选项,并修复了部分错误

This commit is contained in:
2025-11-26 20:25:23 +08:00
parent ee3d66217a
commit 8ed9e13f2b
6 changed files with 19 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ protocol pipe unet4_sync {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;
};
import none;
}
protocol pipe unet6_sync {
table unet6;
@@ -13,4 +14,5 @@ protocol pipe unet6_sync {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;
};
import none;
}