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