summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.8
diff options
context:
space:
mode:
authorCedric Berger <cedric@cvs.openbsd.org>2003-01-10 10:51:49 +0000
committerCedric Berger <cedric@cvs.openbsd.org>2003-01-10 10:51:49 +0000
commit55d7856647600e37122e9a151b19becb6de16b0c (patch)
treeaa13838a4260e5873c8881576f5a211d60688c05 /sbin/pfctl/pfctl.8
parent1cee4f7510d69e8b3bc0a2fc0af1b152bd44101b (diff)
More details about the -T flag. Suggested by Rukh <openbsd@rukh.net>
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r--sbin/pfctl/pfctl.830
1 files changed, 29 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 0d467de4bfb..ab12341f0c9 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.63 2003/01/09 17:41:06 henning Exp $
+.\" $OpenBSD: pfctl.8,v 1.64 2003/01/10 10:51:48 cedric Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -236,6 +236,34 @@ Clear all the statistics of a table.
Load only the table definitions from pf.conf.
Used in "pfctl -Tl -f pf.conf".
.El
+For the
+.Ar add
+.Ar delete
+.Ar replace
+and
+.Ar test
+commands, the list of addresses can be specified either directly on the command
+line and/or in an unformatted text file, using the
+.Fl f
+flag.
+#-starting comments are allowed in the text file.
+With theses commands, the
+.Fl v
+flag can also be used once or twice, in which case pfctl will print the
+detailed result of the operation for each individual address, prefixed by
+one of the following letter:
+.Bl -tag -width XXX -compact
+.It A
+The address/network has been added.
+.It C
+The address/network has been changed (negated).
+.It D
+The address/network has been deleted.
+.It M
+The address match (test operation only).
+.It X
+The address/network is duplicated and therefore ignored.
+.El
.It Fl v
Produce more verbose output. A second use of
.Fl v