Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/20/1999 00:55:01
Module Name:	basesrc
Committed By:	cgd
Date:		Sun Jun 20 07:55:01 UTC 1999

Modified Files:
	basesrc/distrib/utils/sysinst: net.c

Log Message:
reimplement most of get_ifconfig_info() so that it only ignores network
pseudo-devices.  This is done by explicitly listing the driver names
(e.g. "lo") to ignore in an array in this file.  Right now, "eon", "gre",
"ipip", "lo", "nsip", "ppp", "sl", "strip", and "tun" are ignored.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 basesrc/distrib/utils/sysinst/net.c

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