Parcourir la source

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 il y a 3 ans
Parent
commit
29dbc240f5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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'] %}