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

bgp_group.j2: add minimum-hold-time param

parent 2d8fea0f
No related branches found
No related tags found
No related merge requests found
Pipeline #95565 passed
......@@ -51,6 +51,8 @@
{% if group.hold_time is defined %}
<hold-time>
<seconds>{{ group.hold_time }}</seconds>
{% if group.min_hold_time is defined %}
<minimum-hold-time>{{ group.min_hold_time }}</minimum-hold-time>
</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 register or to comment