Date: Fri, 27 Sep 2002 11:57:47 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <200209271857.g8RIvlam004322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209271857.g8RIvlam004322>