ix-bird-config/local6-template.conf

16 lines
294 B
Plaintext
Raw Normal View History

2018-09-08 08:23:51 +00:00
router id 172.20.170.192;
define OWNAS = 4242423934;
2018-09-14 14:18:19 +00:00
define OWNIP = fd62:77fb:94bf::2300;
define DN42_REGION = 41;
2018-09-08 08:23:51 +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
];
}