diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-01-07 05:20:17 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-01-07 05:20:17 +0000 |
commit | 4ef074f15c3608aa9893f5bfe74a22d6178a1026 (patch) | |
tree | 24684e80ae3c518b1556ebe144c9f25fe2fbf9a9 /sbin/ipf/ipf.8 | |
parent | 257abd21623f284d659c85127a6dc3125919e543 (diff) |
Update documentation to reflect 3.3.6 changes.
Diffstat (limited to 'sbin/ipf/ipf.8')
-rw-r--r-- | sbin/ipf/ipf.8 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index b905b60992c..c128a364bbc 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ipf.8,v 1.16 1999/10/12 05:05:00 ericj Exp $ -.Dd July 7, 1999 +.\" $OpenBSD: ipf.8,v 1.17 2000/01/07 05:20:16 kjell Exp $ +.Dd January 6, 2000 .Dt IPF 8 .Os .Sh NAME @@ -7,7 +7,7 @@ .Nd "manage IP packet filtering and firewalling rules" .Sh SYNOPSIS .Nm ipf -.Op Fl AdDEInorsUvyzZ +.Op Fl AdDEInoPrsUvVyzZ .Op Fl l Ar category .Op Fl F Ar list .Op Fl F Ar table @@ -157,6 +157,13 @@ as .Dq 4/4 ; any deviations indicate a connection that has not completed the three-way handshake. +.It Fl P +Add rules as temporary entries in the authentication rule table. +.It Fl V +Show version information. This will display the version information compiled +into the ipf binary and retrieve it from the kernel code (if running/present). +If it is present in the kernel, information about its current state will be +displayed (whether logging is active, default filtering, etc). .It Fl d Enable debug mode. Causes a hexdump of filter rules to be generated as it processes each one. @@ -195,10 +202,10 @@ from actually changing the state of the in-kernel filtering configuration. .It Fl o Force rules to be added/deleted to/from the output list rather than the (default) input list. -.It Fl s -Swap the active and inactive rulesets. .It Fl r Remove matching filter rules rather than add them to the in-kernel lists. +.It Fl s +Swap the active and inactive rulesets. .It Fl v Enable verbose mode. .Nm |