dn42-configs/etc/bird/babel.conf

15 lines
284 B
Text

protocol direct {
ipv6;
interface "igp-dummy*";
};
protocol babel int_babel {
ipv6 {
import where source != RTS_BGP && is_self_net_v6();
export where source != RTS_BGP && is_self_net_v6();
};
#interface "igp-pl1" {
# rxcost 23;
#};
};