mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
frr: Add OSPF interface net type to ospfd.conf (#573)
This commit is contained in:
committed by
Fabian Franz BSc
parent
26749cd786
commit
af4ea912b4
@@ -22,6 +22,9 @@ log syslog {{ OPNsense.quagga.general.sysloglevel }}
|
||||
{% for interface in helpers.toList('OPNsense.quagga.ospf.interfaces.interface') %}
|
||||
{% if interface.enabled == '1' %}
|
||||
interface {{ physical_interface(interface.interfacename) }}
|
||||
{% if interface.networktype %}
|
||||
{{ cline("network",interface.networktype)
|
||||
}}{% endif %}
|
||||
{{ cline("authentication",interface.authtype)
|
||||
}}{% if interface.authtype and interface.authtype == 'message-digest'
|
||||
%}{{ cline("message-digest-key 1 md5",interface.authkey)
|
||||
|
||||
Reference in New Issue
Block a user