From owner-cvs-all Wed May 10 7:23:51 2000 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F92B37B5C7; Wed, 10 May 2000 07:23:25 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id RAA73906; Wed, 10 May 2000 17:23:02 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.9.3/8.9.3) id RAA44577; Wed, 10 May 2000 17:23:20 +0300 (EEST) (envelope-from phantom) Date: Wed, 10 May 2000 17:23:20 +0300 From: Alexey Zelkin To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net pfil.9 pfil.c pfil.h Message-ID: <20000510172320.A44512@ark.cris.net> References: <200005101337.GAA92461@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005101337.GAA92461@freefall.freebsd.org>; from darrenr@FreeBSD.org on Wed, May 10, 2000 at 06:37:51AM -0700 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, On Wed, May 10, 2000 at 06:37:51AM -0700, Darren Reed wrote: > darrenr 2000/05/10 06:37:51 PDT > > Added files: > sys/net pfil.9 pfil.c pfil.h > Log: > Add pfil(9) subroutines and manpage from NetBSD. Some tweaks on pfil(9): Index: pfil.9 =================================================================== RCS file: /home/ncvs/src/sys/net/pfil.9,v retrieving revision 1.1 diff -u -r1.1 pfil.9 --- pfil.9 2000/05/10 13:37:51 1.1 +++ pfil.9 2000/05/10 14:16:14 @@ -1,5 +1,3 @@ -.\" $FreeBSD: src/sys/net/pfil.9,v 1.1 2000/05/10 13:37:51 darrenr Exp $ -.\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. .\" @@ -26,6 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: src/sys/net/pfil.9,v 1.1 2000/05/10 13:37:51 darrenr Exp $ .Dd August 4, 1996 .Dt PFIL 9 .Os @@ -107,7 +106,7 @@ The .Nm input and output lists were originally implemented as -.Fd +.Pa Aq sys/queue.h .Dv LIST structures; however this was changed in @@ -123,8 +122,8 @@ interface was changed in 1.4T to accept a 3rd parameter to both .Fn pfil_add_hook and -.Fn pfil_remove_hook -, introducing the capability of per-protocol filtering. This was done +.Fn pfil_remove_hook , +introducing the capability of per-protocol filtering. This was done primarily in order to support filtering of IPv6. .Sh BUGS The current -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message