diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-25 05:37:05 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-25 05:37:05 +0000 |
commit | a9b6f388be4af60482cd8a156091b7ff88c281ed (patch) | |
tree | b1d349e12ea9caa6a3bb04a54d8035f3881e09b3 /share/man/man4 | |
parent | cc762bf8d14741cd2ab61c4f2529f855b788a3bb (diff) |
Skeleton of a manpage for pf, dhartmei's shiny new packet filter.
This is a little sparse yet.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/pf.4 | 52 |
2 files changed, 54 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index c413c406549..c9966ac7ac8 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.163 2001/05/30 02:12:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.164 2001/06/25 05:37:03 kjell Exp $ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 an.4 \ aria.4 ast.4 \ @@ -17,7 +17,7 @@ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 an.4 \ mtdphy.4 \ mtio.4 ncr.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 nsphy.4 nsphyter.4 \ null.4 ohci.4 opl.4 options.4 pcdisplay.4 pchb.4 pckbc.4 pckbd.4 \ - pci.4 pciide.4 pcmcia.4 pcscp.4 pms.4 \ + pci.4 pciide.4 pcmcia.4 pcscp.4 pf.4 pms.4 \ pty.4 puc.4 qsphy.4 raid.4 random.4 ray.4 rd.4 rl.4 rln.4 \ rlphy.4 route.4 scsi.4 sd.4 ses.4 sf.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ spp.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 tb.4 tcic.4 tcp.4 termios.4 \ diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 new file mode 100644 index 00000000000..bc825358753 --- /dev/null +++ b/share/man/man4/pf.4 @@ -0,0 +1,52 @@ +.\" $OpenBSD: pf.4,v 1.1 2001/06/25 05:37:04 kjell Exp $ +.\" +.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. Neither the name of the project nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.Dd June 24, 2001 +.Dt PF 4 +.Os +.Sh NAME +.Nm pf +.Nd packet filter +.Sh SYNOPSIS +.Cd "pseudo-device pf 1" +.Sh DESCRIPTION +The +.Nm +interface is a packet filter pseudo-device for IPv4. +.Pp +.Nm +is administered using the +.Xr pfctl 8 +utility, or through an ioctl interface. +.Sh SEE ALSO +.Xr bridge 4 , +.Xr pfctl 8 +.\" +.Sh BUGS +Probably Several |