Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2004 22:49:24 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66280 for review
Message-ID:  <200412022249.iB2MnOul012692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=66280

Change 66280 by sam@sam_ebb on 2004/12/02 22:49:01

	use EXPIRE instead of FAIL when handling deassocation

Affected files ...

.. //depot/projects/wifi/sbin/dhclient/dhclient.c#5 edit

Differences ...

==== //depot/projects/wifi/sbin/dhclient/dhclient.c#5 (text+ko) ====

@@ -256,7 +256,7 @@
 			 * state and then wait for either a link down
 			 * notification or an associate event.
 			 */
-			script_init("FAIL", NULL);
+			script_init("EXPIRE", NULL);
 			if (ifi->client->alias)
 				script_write_params("alias_",
 					ifi->client->alias);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412022249.iB2MnOul012692>