ix-bird-config/filter6.conf

11 lines
178 B
Plaintext
Raw Normal View History

2018-09-22 10:51:14 +00:00
function is_self_net() {
return net ~ [fd62:77fb:94bf::/48+];
}
function is_valid_network() {
return net ~ [
fd00::/8{44,64} # ULA address space as per RFC 4193
];
}