From owner-cvs-all Fri Sep 27 11:57: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 1C84937B401; Fri, 27 Sep 2002 11:57:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE44543E4A; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIvlCo004323; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIvlam004322; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) Message-Id: <200209271857.g8RIvlam004322@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 11:57:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.h if_ethersubr.c 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 phk 2002/09/27 11:57:47 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c sys/net if.h if_ethersubr.c Log: Add the "Monitor" interface flag. Setting this flag on an ethernet interface blocks transmission of packets and discards incoming packets after BPF processing. This is useful if you want to monitor network trafic but not interact with the network in question. Sponsored by: http://www.babeltech.dk Revision Changes Path 1.62 +11 -0 src/sbin/ifconfig/ifconfig.8 1.80 +2 -0 src/sbin/ifconfig/ifconfig.c 1.78 +1 -0 src/sys/net/if.h 1.124 +7 -0 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message