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

Merge branch 'fix/nat-946-prefix-list' into 'develop'

Change in type of PO-prefix-list generator

See merge request !212
parents 9a6cb411 ff930eaf
No related branches found
No related tags found
1 merge request!212Change in type of PO-prefix-list generator
Pipeline #91499 passed
......@@ -10,7 +10,7 @@
{% for prefix in prefix_list.prefixes %}
<prefix>
<ip-prefix>{{ prefix }}</ip-prefix>
<type>exact</type>
<type>{{ po_prefix_list_type }}</type>
</prefix>
{% endfor %}
</prefix-list>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment