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

bc_templates/bgp_group.j2: add group description

parent fbc2b396
Branches
Tags
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
<group alu:operation="replace"> <group alu:operation="replace">
<group-name>{{ group.name }}</group-name> <group-name>{{ group.name }}</group-name>
<admin-state>{{ group.admin_state | default('enable') }}</admin-state> <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 %} {% if group.auth_key is defined %}
<authentication-key>{{ group.auth_key }}</authentication-key> <authentication-key>{{ group.auth_key }}</authentication-key>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment