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
This commit is contained in:
Michael Shigorin 2016-03-09 18:24:06 +03:00
parent 16f1a75a10
commit e4384c1c42

View File

@ -38,7 +38,7 @@ write_etcnet_iface() {
append= append=
case "$proto" in case "$proto" in
dhcp) dhcp)
append="DHCP_TIMEOUT=3" append="DHCP_TIMEOUT=7"
;; ;;
static) static)
echo "$ipv4addr" > "$dir/ipv4address" echo "$ipv4addr" > "$dir/ipv4address"