CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/12 14:07:35
Modified files:
sbin/dhclient : dhclient.c
Log message:
state_panic() tries the active then other valid leases by setting the
interface to each address and trying to ping the gateway. This will
trigger an RTM_NEWADDR message.
routehandler() only checks for the active and alias address in
RTM_NEWADDR messages, so we can exit when state_panic() and the
message address is on client->leases. routehandler() needs to also
check client->leases.
testing krw, 'I say commit' krw