Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 08:16:38 -0700 (PDT)
From:      Maxim Sobolev <sobomax@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.c if.h if_ethersubr.c
Message-ID:  <200208191516.g7JFGdeG066213@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2002/08/19 08:16:38 PDT

  Modified files:
    sbin/ifconfig        ifconfig.8 ifconfig.c 
    sys/net              if.c if.h if_ethersubr.c 
  Log:
  Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).
  Also, for all interfaces in this mode pass all ethernet frames to upper layer,
  even those not addressed to our own MAC, which allows packets encapsulated
  in those frames be processed with packet filters (ipfw(8) et al).
  
  Emphatically requested by:      Anton Turygin <pa3op@ukr-link.net>
  Valuable suggestions by:        fenner
  
  Revision  Changes    Path
  1.60      +4 -0      src/sbin/ifconfig/ifconfig.8
  1.78      +3 -1      src/sbin/ifconfig/ifconfig.c
  1.146     +11 -0     src/sys/net/if.c
  1.75      +2 -1      src/sys/net/if.h
  1.117     +2 -2      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?200208191516.g7JFGdeG066213>