Explorar o código

network: OpenVPN interfaces are set up by OpenVPN and don't need to be auto

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm %!s(int64=3) %!d(string=hai) anos
pai
achega
29dbc240f5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      network/interfaces/openvpn.tmpl

+ 0 - 1
network/interfaces/openvpn.tmpl

@@ -15,7 +15,6 @@
 # {{ network_config.get ('_desc') }}
   {%- set interface = host_config.get ('interface', network_config.get ('interface')) %}
   {%- if network_config.get ('dev-type', 'tap') == 'tap' %}
-auto {{ interface }}
 iface {{ interface }}
     {%- for ip in host_stanza.get ('ip', []) %}
       {%- set netmask = network_config['netmask_v6'] if ':' in ip else network_config['netmask_v4'] %}