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

Merge branch 'fix/bgp-group-origin-validation' into 'develop'

BGP group `origin-validation`

See merge request !216
parents f3026d4b 9b43d70d
No related branches found
No related tags found
1 merge request!216BGP group `origin-validation`
Pipeline #91663 passed
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
<seconds>{{ group.hold_time }}</seconds> <seconds>{{ group.hold_time }}</seconds>
</hold-time> </hold-time>
{% endif %} {% endif %}
{% if group.origin_validattion is defined %} {% if group.origin_validation is defined %}
<origin-validation> <origin-validation>
{% for ov in group.origin_validattion %} {% for ov in group.origin_validation %}
<{{ ov }}>true</{{ ov }}> <{{ ov }}>true</{{ ov }}>
{% endfor %} {% endfor %}
</origin-validation> </origin-validation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment