updated openvpn_client state

This commit is contained in:
Paul 2023-02-19 17:59:38 +01:00
parent aed47f284f
commit 303fc3e086

View File

@ -27,7 +27,7 @@ compress lzo
fast-io
{% for k,v in salt['network.interfaces']().items() -%}
{%- if k.startswith('en') or k.startswith('eth') %}
{%- if k.startswith('en') or k.startswith('eth') or k.startswith('wl') %}
{%- for net in salt['network.subnets'](k) %}
pull-filter ignore "route {{ net.split("/")[0] }}"
{%- endfor %}