C4TG1RL5_UN1T3D.DN42/thilo-alpine/config/bird/bird/igp/ospf/ospf.conf

17 lines
443 B
Plaintext
Raw Normal View History

2022-05-27 10:46:49 -05:00
protocol ospf v3 ospf_gpvm {
2022-05-07 07:09:50 -05:00
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";
};
2022-05-27 10:46:49 -05:00
protocol ospf v3 ospf6_gpvm {
2022-05-07 07:09:50 -05:00
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";
};