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

BGP group `origin-validation`

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