Skip to content
Snippets Groups Projects

Fix/v1.0.x fw port list entries

4 files
+ 4
26
Compare changes
  • Side-by-side
  • Inline

Files

@@ -221,7 +221,7 @@
<next-header>{{ term.from.protocol }}</next-header>
{% endif %}
{% endif %}
{% include 'port_list_entries.j2' %}
{% include 'filters/port_list_entries.j2' %}
<dst-ip>
{% if filter.family == "ipv4" %}
<ip-prefix-list>{{term.from.dst_prefix_list[loop.index0]}}</ip-prefix-list>
Loading