From owner-cvs-sbin Sun Mar 12 11:05:06 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21421 for cvs-sbin-outgoing; Sun, 12 Mar 1995 11:05:06 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21411; Sun, 12 Mar 1995 11:05:04 -0800 Date: Sun, 12 Mar 1995 11:05:04 -0800 From: Bill Paul Message-Id: <199503121905.LAA21411@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c ifconfig.8 Sender: cvs-sbin-owner@freebsd.org Precedence: bulk wpaul 95/03/12 11:05:04 Modified: sbin/ifconfig ifconfig.c ifconfig.8 Log: Impliment -ad and -au flags in addition to -a and document the change in the man page. ifconfig -au affects all interfaces marked as up, and ifconfig -ad affects only the interfaces marked down. ifconfig -a still handles everything. This change is purely for compatibility with SunOS, for those who might be accustomed to the SunOS ifconfig's behavior.