From f6cfb92d54918c46dbc8673396333b50317cfb36 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 20 Nov 2017 21:52:34 -0600 Subject: rc.inet1*: Fix DHCP timeout This was accidentally changed from 15 seconds back to the 14.2 default of 10 seconds. Thanks to Eduard Rozenberg. --- netconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netconfig') diff --git a/netconfig b/netconfig index fbf3bc3..90aedde 100644 --- a/netconfig +++ b/netconfig @@ -131,7 +131,7 @@ DEBUG_ETH_UP="no" #MTU[4]="" # The default MTU is 1500, but you might need # 1360 when you use NAT'ed IPSec traffic. #DHCP_TIMEOUT[4]=15 # The default timeout for the DHCP client to - # wait for server resonse is 10 seconds, but + # wait for server resonse is 15 seconds, but # you might want a shorter or longer wait. #DHCP_KEEPRESOLV[4]="yes" # If you don't want /etc/resolv.conf overwritten #DHCP_KEEPNTP[4]="yes" # If you don't want ntp.conf overwritten -- cgit v1.2.3