Browse 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 3 years ago
parent
commit
29dbc240f5
1 changed files with 0 additions and 1 deletions
  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'] %}