diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-03-23 13:31:30 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-03-23 13:31:30 +0000 |
commit | 29f00368cb030a23d7413513a3e6b804a97c49e0 (patch) | |
tree | 6a8015a01cd4da80fecc1f90b55587191d8d0415 /sbin/pfctl/pfctl.8 | |
parent | 8346a32c855ddf516e5c720820ab83a2301a6a6c (diff) |
remove -A, -O, -R and -T load
the partial loading of a ruleset (leaving ancors aside) is wrong and
conflicts with the general idea of how pf works. last not least it breaks
with the optimizer generating tables automagically.
ok deraadt sthen krw manpage jmc
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index d98ee96e7e4..af26e698431 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.142 2010/01/18 23:52:46 mcbride Exp $ +.\" $OpenBSD: pfctl.8,v 1.143 2010/03/23 13:31:29 henning 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 $Mdocdate: January 18 2010 $ +.Dd $Mdocdate: March 23 2010 $ .Dt PFCTL 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm pfctl .Bk -words -.Op Fl AdeghmnOqRrvz +.Op Fl deghmnqrvz .Op Fl a Ar anchor .Oo Fl D Ar macro Ns = .Ar value Oc @@ -111,9 +111,6 @@ 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 a Ar anchor Apply flags .Fl f , @@ -328,9 +325,6 @@ Allows single options to be modified without disturbing the others: .Ed .It Fl n Do not actually load rules, just parse them. -.It Fl O -Load only the options present in the rule file. -Other rules and options are ignored. .It Fl o Ar level Control the ruleset optimizer, overriding any rule file settings. .Pp @@ -352,9 +346,6 @@ instead of the default .Pa /dev/pf . .It Fl q Only print errors and warnings. -.It Fl R -Load only the filter rules present in the rule file. -Other rules and options are ignored. .It Fl r Perform reverse DNS lookups on states when displaying them. .It Fl S Ar statefile @@ -467,15 +458,6 @@ Show the content (addresses) of a table. Test if the given addresses match a table. .It Fl T Cm zero Clear all the statistics of a table. -.It Fl T Cm load -Load only the table definitions from -.Xr pf.conf 5 . -This is used in conjunction with the -.Fl f -flag, as in: -.Bd -literal -offset indent -# pfctl -Tl -f pf.conf -.Ed .El .Pp For the |