Files
bird_config/bird/conf/static.conf
2026-05-03 17:03:03 +08:00

12 lines
263 B
Plaintext

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;
};
}