mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
@@ -81,7 +81,7 @@
|
||||
<multiple>N</multiple>
|
||||
<default></default>
|
||||
<OptionValues>
|
||||
<md5>MD5</md5>
|
||||
<message-digest>MD5</message-digest>
|
||||
</OptionValues>
|
||||
</authtype>
|
||||
<authkey type="TextField">
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
{% if interface.enabled == '1' %}
|
||||
interface {{ physical_interface(interface.interfacename) }}
|
||||
{{ cline("authentication",interface.authtype)
|
||||
}}{{ cline("authentication-key",interface.authkey)
|
||||
}}{{ cline("cost",interface.cost)
|
||||
}}{% if interface.authtype and interface.authtype == 'message-digest'
|
||||
%}{{ cline("message-digest-key 1 md5",interface.authkey)
|
||||
}}{% endif
|
||||
%}{{ cline("cost",interface.cost)
|
||||
}}{{ cline("dead-interval",interface.deadinterval)
|
||||
}}{{ cline("hello-interval",interface.hellointerval)
|
||||
}}{{ cline("priority",interface.priority)
|
||||
|
||||
Reference in New Issue
Block a user