From owner-cvs-all Mon Oct 29 23:28:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD5D37B409; Mon, 29 Oct 2001 23:28:17 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U7SHm82735; Mon, 29 Oct 2001 23:28:17 -0800 (PST) (envelope-from julian) Message-Id: <200110300728.f9U7SHm82735@freefall.freebsd.org> From: Julian Elischer Date: Mon, 29 Oct 2001 23:28:17 -0800 (PST) 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 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 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