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

fix relative path in fw_filters

parent 7113da95
No related branches found
No related tags found
1 merge request!162promote-p-to-pe role
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
<next-header>{{ term.from.protocol }}</next-header> <next-header>{{ term.from.protocol }}</next-header>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% include 'port_list_entries.j2' %} {% include 'filters/port_list_entries.j2' %}
<dst-ip> <dst-ip>
{% if filter.family == "ipv4" %} {% if filter.family == "ipv4" %}
<ip-prefix-list>{{term.from.dst_prefix_list[loop.index0]}}</ip-prefix-list> <ip-prefix-list>{{term.from.dst_prefix_list[loop.index0]}}</ip-prefix-list>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment