remove static disable

This commit is contained in:
2026-05-03 17:03:03 +08:00
parent 687c67a019
commit c78ff0c3e9
5 changed files with 21 additions and 8 deletions

11
bird/conf/static.conf Normal file
View File

@@ -0,0 +1,11 @@
protocol static static_inet6 {
route 2406:840:e601:1000::/56 via 2406:840:e601:16::18;
ipv6 {
table inet6;
import filter {
bgp_large_community.add((LOCAL_ASN,1,0));
accept;
};
export none;
};
}