Searched hist:213270 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Ddefaultroutediff 213270 Wed Sep 29 11:11:04 MDT 2010 emaste /etc/rc.d/defaultroute currently bails immediately if all interfaces
set to use DHCP have no carrier. This can cause grief as it may take
some time for link to be established, and defaultroute may terminate
before this happens.

Introduce a defaultroute_carrier_delay variable and then wait that long
in defaultroute before bailing if no interfaces have carrier. With the
default settings defaultroute will wait for five seconds for this, and
the original 30 second wait for a default route to appear is unchanged.
Note that there is in discussion an alternative approach to the broader
problem of waiting for DHCP-configured routes. However, this change
addresses a real problem in the current defaultroute script.

Discussed on: freebsd-rc@

Completed in 62 milliseconds