mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 13:08:38 +00:00
Increase DHCP timeout and retries
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
47c41dc02b
commit
c7f289e395
@ -3,7 +3,7 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
udhcpc_opts -T 1 -A 3
|
||||
udhcpc_opts -T 3 -A 3 -t 20
|
||||
|
||||
auto eth1
|
||||
iface eth1 inet dhcp
|
||||
|
Loading…
Reference in New Issue
Block a user