Merge pull request #183 from fabianfrz/fix_quagga

fix quagga ospf
This commit is contained in:
Fabian Franz
2017-06-28 14:57:59 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
@@ -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)