更新了分库分表配置

This commit is contained in:
2026-01-26 11:20:16 +08:00
parent 2d1eb76608
commit f093da11d4
10 changed files with 88 additions and 105 deletions

View File

@@ -1,13 +0,0 @@
protocol static route_int_export_ixp_v6 {
route 2406:840:e600::/44 reject;
ipv6 {
table inet6;
import filter {
bgp_large_community.add((LOCAL_ASN,3,0));
bgp_large_community.add((LOCAL_ASN,1,0));
bgp_large_community.add((LOCAL_ASN,200,1));
accept;
};
export none;
};
}