cvs commit: src/etc/rc.d dhclient
Brooks Davis
brooks at FreeBSD.org
Wed Mar 12 17:35:39 UTC 2008
brooks 2008-03-12 17:35:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
etc/rc.d dhclient
Log:
MFC rev 1.31:
When the state of the interface changes rapidly enough there is a race
where dhclient is in the process of exiting due to the link going down
when the link coming up causes devd to try and start a new one. This
results is the link being up, but no dhclient running.
Work around this race by checking a second time after a one second delay
before refusing to start a dhclient instance due to one already being
running.
Revision Changes Path
1.28.2.2 +5 -1 src/etc/rc.d/dhclient
More information about the cvs-src
mailing list