diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2002-11-20 14:08:04 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2002-11-20 14:08:04 +0000 |
commit | 3f8cb254db5667a49d3c9fb76554ef34f9ffab52 (patch) | |
tree | f6dab17d026409d77af283a7db1eb432873e01e8 | |
parent | dbb6ed147247fd1f1a5952bef52c579011b1f935 (diff) |
document the relevant queue options
henning@ ok
-rw-r--r-- | sbin/pfctl/pfctl.8 | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 8e5e26c7f29..454d517a8cf 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.53 2002/11/09 00:57:20 fgsch Exp $ +.\" $OpenBSD: pfctl.8,v 1.54 2002/11/20 14:08:03 pb Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (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 +.Dd Nov 20, 2002 .Dt PFCTL 8 .Os .Sh NAME @@ -32,7 +32,7 @@ .Nd control the packet filter (PF) and network address translation (NAT) device .Sh SYNOPSIS .Nm pfctl -.Op Fl deqhnNrRvzO +.Op Fl AdehnNqrRvzO .Op Fl F Ar modifier .Op Fl f Ar file .Op Fl k Ar host @@ -84,6 +84,9 @@ The utility provides several commands. The options are as follows: .Bl -tag -width Ds +.It Fl A +Load only the queue rules present in the rule file. +Other rules and options are ignored. .It Fl d Disable the packet filter. .It Fl e @@ -101,6 +104,8 @@ Flush the NAT rules. Flush the filter rules. .It Fl F Ar state Flush the state table (NAT and filter). +.It Fl F Ar queue +Flush the queue rules. .It Fl F Ar info Flush the filter information (statistics that are not bound to rules). .It Fl F Ar all @@ -132,11 +137,11 @@ Only print errors and warnings. .It Fl r Perform reverse DNS lookups on states when displaying them. .It Fl R -Load only the filter rules present in the rule file. NAT rules and options are -ignored. +Load only the filter rules present in the rule file. +Other rules and options are ignored. .It Fl O -Load only the options present in the rule file. Filter and NAT rules are -ignored +Load only the options present in the rule file. +Other rules and options are ignored. .It Fl s Ar modifier Show filter parameters. Modifier names may be abbreviated: @@ -152,6 +157,8 @@ will skip evaluation of rules where possible. Packets passed statefully are counted in the rule that created the state (even though the rule isn't evaluated more than once for the entire connection). +.It Fl s Ar queue +Show the currently loaded queue rules. .It Fl s Ar state Show the contents of the state table. .It Fl s Ar info |