mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 09:21:10 +00:00
net: consolidate DHCP onto eth0 only
- 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>
This commit is contained in:
@@ -4,10 +4,3 @@ iface lo inet loopback
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
udhcpc_opts -T 3 -A 3 -t 20 -O search
|
||||
|
||||
auto eth1
|
||||
iface eth1 inet dhcp
|
||||
udhcpc_opts -T 1 -A 3
|
||||
metric 199
|
||||
pre-up service tap-vsockd start
|
||||
post-down service tap-vsockd stop
|
||||
|
||||
Reference in New Issue
Block a user