C4TG1RL5_UN1T3D.DN42/frog/bird/bird/babel.conf
2022-07-10 21:38:54 +02:00

27 lines
407 B
Plaintext

protocol direct {
ipv4;
ipv6;
interface "dn42_igp";
}
protocol babel frog {
ipv4 {
import where source != RTS_BGP && is_self_net();
export where source != RTS_BGP && is_self_net();
};
ipv6 {
import where source != RTS_BGP && is_self_net_v6();
export where source != RTS_BGP && is_self_net_v6();
};
interface "igp_lxc" {
rxcost 30;
};
interface "igp_bagpipe" {
rxcost 130;
};
}