From owner-freebsd-commit Sun Jan 7 19:46:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08583 for freebsd-commit-outgoing; Sun, 7 Jan 1996 19:46:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08572 for cvs-all-outgoing; Sun, 7 Jan 1996 19:46:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08562 for cvs-sbin-outgoing; Sun, 7 Jan 1996 19:46:34 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08553 Sun, 7 Jan 1996 19:46:30 -0800 (PST) Date: Sun, 7 Jan 1996 19:46:30 -0800 (PST) From: Peter Wemm Message-Id: <199601080346.TAA08553@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 19:46:29 Modified: sbin/ifconfig ifconfig.c Log: Fix some of my mistakes, slight cleanup, improve reliability (the old ifconfig would segfault on "ifconfig ed0 ether up" and the like). The main reason for this commit was that an "ifconfig -a" would also show the AF_INET addresses in AF_IPX form (if the kernel was configured for IPX) due to insufficient AF checking in my "new way" of doing it. Revision Changes Path 1.11 +36 -12 src/sbin/ifconfig/ifconfig.c