updated openvpn_client state
This commit is contained in:
parent
aed47f284f
commit
303fc3e086
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user