bird: remove unused OSPF protocol instances
This commit is contained in:
parent
f43775fc02
commit
b9fb9f377f
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue