Subject: CVS commit: src/sbin/ifconfig
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/06/2004 23:26:31
Module Name:	src
Committed By:	mycroft
Date:		Tue Jul  6 23:26:31 UTC 2004

Modified Files:
	src/sbin/ifconfig: ifconfig.c

Log Message:
The change in revision 1.38 (in 1997!) was wrong.  If we don't want the kernel
to automatically bring up interfaces, then we should move that code into
ifconfig(8) and out of the kernel, not cycle the interface up and down.  Fixes
PR 9400 -- ifconfig(8) was not working as documented.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.