From owner-cvs-all Tue Oct 22 20:40:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C003837B401; Tue, 22 Oct 2002 20:40:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA9843E42; Tue, 22 Oct 2002 20:40:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9N3eBmV060321; Tue, 22 Oct 2002 20:40:11 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9N3eBWd060318; Tue, 22 Oct 2002 20:40:11 -0700 (PDT) Message-Id: <200210230340.g9N3eBWd060318@repoman.freebsd.org> From: Robert Watson Date: Tue, 22 Oct 2002 20:40:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig Makefile ifconfig.c ifconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/10/22 20:40:11 PDT Modified files: sbin/ifconfig Makefile ifconfig.c ifconfig.h Log: Teach ifconfig(8) how to print and set the MAC labels on network interfaces using the 'mac' argument. Without MAC support in the kernel, this does not change the behavior of ifconfig. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.24 +4 -0 src/sbin/ifconfig/Makefile 1.82 +10 -0 src/sbin/ifconfig/ifconfig.c 1.8 +3 -1 src/sbin/ifconfig/ifconfig.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message