Commit e4384c1c authored by Michael Shigorin's avatar Michael Shigorin

net-eth: bumped DHCP_TIMEOUT from 3 to 7

This has been requested by Balbes so as to avoid premature DHCP timeouts with some gigabit networks; see also http://forum.altlinux.org/index.php?topic=36495.msg281385#msg281385
parent 16f1a75a
......@@ -38,7 +38,7 @@ write_etcnet_iface() {
append=
case "$proto" in
dhcp)
append="DHCP_TIMEOUT=3"
append="DHCP_TIMEOUT=7"
;;
static)
echo "$ipv4addr" > "$dir/ipv4address"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment