Skip to content
Snippets Groups Projects
Commit 18abbb18 authored by skorpy's avatar skorpy :construction_worker:
Browse files

Update gre/files/ferm-tap.conf.j2, gre/files/ferm-tun.conf.j2 files

parent 7f83ca16
Branches
No related tags found
No related merge requests found
Pipeline #21002 passed
......@@ -4,7 +4,7 @@ domain (ip ip6) {
proto gre saddr (
{% for name, interface in pillar.ifaces.items() if 'mode' in interface %}
{%- if interface.mode == 'gretap' -%}
{{ interface.remote }} ,
{{ interface.remote }}{{ ' ' }}
{%- endif %}
{%- endfor %}
) ACCEPT;
......
......@@ -4,7 +4,7 @@ domain (ip ip6) {
proto gre saddr (
{% for name, interface in pillar.ifaces.items() if 'mode' in interface %}
{%- if interface.mode == 'gretun' -%}
{{ interface.remote }} ,
{{ interface.remote }}{{ ' ' }}
{%- endif %}
{%- endfor %}
) ACCEPT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment