Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2000 17:23:20 +0300
From:      Alexey Zelkin <phantom@cris.crimea.ua>
To:        Darren Reed <darrenr@FreeBSD.org>
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>
In-Reply-To: <200005101337.GAA92461@freefall.freebsd.org>; from darrenr@FreeBSD.org on Wed, May 10, 2000 at 06:37:51AM -0700
References:  <200005101337.GAA92461@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/queue.h>
+.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000510172320.A44512>