Files
bird_config/bird/net/inet6.conf
2025-11-13 14:41:55 +08:00

11 lines
197 B
Plaintext

ipv6 table inet6;
protocol pipe inet6_sync {
table inet6;
peer table master6;
import none;
export filter {
if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
accept;
};
}