Browse Source

also do auto configuration

netifs
parent
commit
10f4f39e31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/network-interface-debian.j2

+ 1
- 1
templates/network-interface-debian.j2 View File

@@ -3,7 +3,7 @@


### netif {{netif}} ### netif {{netif}}
{% set dev = netifs[netif].device | default( 'enx' + netifs[netif].mac | regex_replace(':') ) %} {% set dev = netifs[netif].device | default( 'enx' + netifs[netif].mac | regex_replace(':') ) %}
#auto {{dev}}
auto {{dev}}
allow-hotplug {{dev}} allow-hotplug {{dev}}


{% if netifs[netif].type == "virt_ptp" %} {% if netifs[netif].type == "virt_ptp" %}


Loading…
Cancel
Save