mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-30 14:10:57 +00:00
Merge pull request #397 from nathanleclaire/kickup_dhcp_timeouts
Increase DHCP timeout and retries
This commit is contained in:
commit
82c391f47f
@ -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