backout previous.
This commit is contained in:
parent
405a7327c7
commit
4e7f8e8660
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ipf.8,v 1.7 2003/05/17 01:11:54 itojun Exp $
|
||||
.\" $NetBSD: ipf.8,v 1.8 2003/05/17 13:58:07 itojun Exp $
|
||||
.\"
|
||||
.TH IPF 8
|
||||
.SH NAME
|
||||
|
@ -6,8 +6,7 @@ ipf \- alters packet filtering lists for IP packet input and output
|
|||
.SH SYNOPSIS
|
||||
.B ipf
|
||||
[
|
||||
.\".B \-6AdDEInoPrsUvVyzZ
|
||||
.B \-AdDEInoPrsUvVyzZ
|
||||
.B \-6AdDEInoPrsUvVyzZ
|
||||
] [
|
||||
.B \-l
|
||||
<block|pass|nomatch>
|
||||
|
@ -32,9 +31,9 @@ is added to the kernel's internal lists if there are no parsing problems.
|
|||
Rules are added to the end of the internal lists, matching the order in
|
||||
which they appear when given to \fBipf\fP.
|
||||
.SH OPTIONS
|
||||
.\".TP
|
||||
.\".B \-6
|
||||
.\"This option is required to parse IPv6 rules and to have them loaded.
|
||||
.TP
|
||||
.B \-6
|
||||
This option is required to parse IPv6 rules and to have them loaded.
|
||||
.TP
|
||||
.B \-A
|
||||
Set the list to make changes to the active list (default).
|
||||
|
@ -135,5 +134,4 @@ Needs to be run as root for the packet filtering lists to actually
|
|||
be affected inside the kernel.
|
||||
.SH BUGS
|
||||
.PP
|
||||
.\"If you find any, please send email to me at darrenr@pobox.com
|
||||
ipf(4) does not work with non-IPv4 (including IPv6).
|
||||
If you find any, please send email to me at darrenr@pobox.com
|
||||
|
|
Loading…
Reference in New Issue