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

bgp_group.j2: add min-hold-time

parent 79495468
No related branches found
No related tags found
1 merge request!285Feature/lhcone6 groups
Pipeline #95262 passed
......@@ -51,6 +51,9 @@
{% 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>
{% 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 register or to comment