bird: remove unused OSPF protocol instances

This commit is contained in:
jeltz 2022-12-22 10:50:51 +01:00
parent f43775fc02
commit b9fb9f377f
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -50,6 +50,7 @@ protocol static unreachable6 {
}
{% endif %}
{% if bird__ospf_broadcast_interfaces %}
protocol ospf v2 ospf4 {
ipv4 {
@ -80,7 +81,9 @@ protocol ospf v2 ospf4 {
};
}
{% endif %}
{% if bird__ospf_broadcast_interfaces %}
protocol ospf v3 ospf6 {
ipv6 {
@ -111,6 +114,8 @@ protocol ospf v3 ospf6 {
};
}
{% endif %}
{% for session in bird__bgp_sessions %}
{% for local_address in session.local.address %}