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

bgp_group.j2: description and bugfixes

parent da8bfd96
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
<group alu:operation="replace">
<group-name>{{ group.name }}</group-name>
<admin-state>{{ group.admin_state | default('enable') }}</admin-state>
{% if group.description is defined %}
<description>{{ group.description }}</description>
{% endif %}
{% if group.auth_key is defined %}
<authentication-key>{{ group.auth_key }}</authentication-key>
{% endif %}
......@@ -53,6 +56,7 @@
<seconds>{{ group.hold_time }}</seconds>
{% if group.min_hold_time is defined %}
<minimum-hold-time>{{ group.min_hold_time }}</minimum-hold-time>
{% endif %}
</hold-time>
{% endif %}
{% if group.origin_validation is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment