dn42-configs/bird/babel.conf

24 lines
387 B
Text
Raw Permalink Normal View History

2024-10-08 17:41:49 +02:00
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;
};
interface "igp-it1" {
rxcost 25;
};
interface "igp-de1" {
rxcost 10;
};
};