mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
net/frr: Fix interface area not rendering in ospfv6 in frr10 (#4845)
This commit is contained in:
parent
516eca6cfa
commit
be813a0ab8
@ -12,6 +12,7 @@ agentx
|
||||
{% for interface in helpers.toList('OPNsense.quagga.ospf6.interfaces.interface') %}
|
||||
{% if interface.enabled == '1' %}
|
||||
interface {{ physical_interface(interface.interfacename) }}
|
||||
ipv6 ospf6 area {{ interface.area }}
|
||||
{% if interface.bfd|default('') == '1' %}
|
||||
ipv6 ospf6 bfd
|
||||
{% endif %}
|
||||
@ -68,13 +69,6 @@ router ospf6
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.quagga.ospf6.interfaces.interface') %}
|
||||
{% for interface in helpers.toList('OPNsense.quagga.ospf6.interfaces.interface') %}
|
||||
{% if interface.enabled == '1' %}
|
||||
interface {{ physical_interface(interface.interfacename) }} area {{ interface.area }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.quagga.ospf6.prefixlists.prefixlist') %}
|
||||
{% for prefixlist in helpers.sortDictList(OPNsense.quagga.ospf6.prefixlists.prefixlist, 'name', 'seqnumber' ) %}
|
||||
{% if prefixlist.enabled == '1' %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user