mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 10:49:36 +00:00
- rename DfW main interface eth0 - remove eth1 DHCP config - create tap device in init script not interfaces file Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
udhcpc_opts -T 3 -A 3 -t 20 -O search
|