Skip to content
Snippets Groups Projects
Commit 1c96cdf7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

fix typo in bgp neighbor template

parent 6085067c
No related branches found
No related tags found
1 merge request!166Fix/nat 768 cflowd source int
Pipeline #88844 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<description>{{ neighbor.description }}</description> <description>{{ neighbor.description }}</description>
<group>{{ neighbor.group }}</group> <group>{{ neighbor.group }}</group>
{% if neighbor.auth_key is defined %} {% if neighbor.auth_key is defined %}
<authentication-key>{{ neighbor.auth_key }</authentication-key> <authentication-key>{{ neighbor.auth_key }}</authentication-key>
{% endif %} {% endif %}
{% if neighbor.hold_time is defined %} {% if neighbor.hold_time is defined %}
<hold-time> <hold-time>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment