C4TG1RL5_UN1T3D.DN42/base/bird/bird/igp/ospf/ospf.conf
2022-06-11 00:59:24 +02:00

17 lines
443 B
Plaintext

protocol ospf v3 ospf_gpvm {
ipv4 {
import where is_self_net() && source != RTS_BGP;
export where is_self_net() && source != RTS_BGP;
};
include "/etc/bird/igp/ospf/ospf_backbone.conf";
};
protocol ospf v3 ospf6_gpvm {
ipv6 {
import where is_self_net_v6() && source != RTS_BGP;
export where is_self_net_v6() && source != RTS_BGP;
};
include "/etc/bird/igp/ospf/ospf_backbone.conf";
};