Subject: CVS commit: src/sbin/ifconfig
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 07/13/2006 14:02:03
Module Name:	src
Committed By:	martin
Date:		Thu Jul 13 14:02:03 UTC 2006

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

Log Message:
Trying the old "ifconfig <name> x.x.x.x down" issue again:
if the kernel does not set the interface up after we set an address,
do it explicitly, unless we (previously) set it down on user request.

This will allow the network drivers to be "fixed" while keeping visible
behaviour the same. Part of fixing PR 30694.


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

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