View | Details | Raw Unified | Return to bug 390676
Collapse All | Expand All

(-)config/sysconfig.dhcp-network (-2 / +5 lines)
Lines 212-224 Link Here
212
DHCLIENT_SLEEP="0"
212
DHCLIENT_SLEEP="0"
213
213
214
## Type:	integer
214
## Type:	integer
215
## Default:	5
215
## Default:	15
216
#
216
#
217
# When the DHCP client is started at boot time, the boot process will stop
217
# When the DHCP client is started at boot time, the boot process will stop
218
# until the interface is successfully configured, but at most for
218
# until the interface is successfully configured, but at most for
219
# DHCLIENT_WAIT_AT_BOOT seconds.
219
# DHCLIENT_WAIT_AT_BOOT seconds.
220
#
220
#
221
DHCLIENT_WAIT_AT_BOOT="5"
221
# Note: RFC 2131 specifies, that the dhcp client should wait a random time
222
# between one and ten seconds to desynchronize the use of DHCP at startup.
223
#
224
DHCLIENT_WAIT_AT_BOOT="15"
222
225
223
## Type:        yesno
226
## Type:        yesno
224
## Default:     yes
227
## Default:     yes

Return to bug 390676