Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 23:28:17 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/netgraph/etf Makefile src/sys/netgraph ng_etf.c ng_etf.h src/share/man/man4 ng_etf.4
Message-ID:  <200110300728.f9U7SHm82735@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2001/10/29 23:28:17 PST

  Added files:
    sys/modules/netgraph/etf Makefile 
    sys/netgraph         ng_etf.c ng_etf.h 
    share/man/man4       ng_etf.4 
  Log:
  A node that allows ethernet type packets to be filtered to different
  hooks depending on ethertype. Great for prototyping protocols.
  connects to the lower and upper hooks of an ethernet type of node.
  
  Obtained from: Monzoon Networks.
  	Thanks to Andre Oppermann, May 2001.
  
  Revision  Changes    Path
  1.1       +150 -0    src/share/man/man4/ng_etf.4 (new)
  1.1       +10 -0     src/sys/modules/netgraph/etf/Makefile (new)
  1.1       +496 -0    src/sys/netgraph/ng_etf.c (new)
  1.1       +92 -0     src/sys/netgraph/ng_etf.h (new)

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?200110300728.f9U7SHm82735>