diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-05-24 14:43:21 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-05-24 14:43:21 +0000 |
commit | ad7b92bf10489f98b58d7c2d8a8d2202ad8e80c2 (patch) | |
tree | 4514faaf5d55cebbc34e0ff2ef8a42125c9cfa4e /sbin/pfctl/pfctl.8 | |
parent | dfdfd490ba9e2604eabdb98a81c078f702ed0e5a (diff) |
sync
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index c1cb6e3c0e2..9b564a84d0d 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.95 2003/05/05 15:43:39 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.96 2003/05/24 14:43:20 cedric Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -370,11 +370,11 @@ the number of rules which reference the table, and the global packet statistics for the whole table: .Bd -literal -offset indent # pfctl -vvsTables ---a-r test +--a-r- test \ \ \ \ Addresses: \ \ 1 -\ \ \ \ References: \ 1 \ \ \ \ Cleared: \ \ \ \ Thu Feb 13 18:55:18 2003 -\ \ \ \ Evaluations: [\ NoMatch: 3496 \ \ \ \ Match: 1 \ \ \ \ \ \ \ ] +\ \ \ \ References: \ [ Anchors: 0 \ \ \ \ \ \ \ Rules: 1 \ \ \ \ \ \ \ ] +\ \ \ \ Evaluations: [ NoMatch: 3496 \ \ \ \ Match: 1 \ \ \ \ \ \ \ ] \ \ \ \ In/Block: \ \ \ [ Packets: 0 \ \ \ \ \ \ \ Bytes: 0 \ \ \ \ \ \ \ ] \ \ \ \ In/Pass: \ \ \ \ [ Packets: 10 \ \ \ \ \ \ Bytes: 840 \ \ \ \ \ ] \ \ \ \ In/XPass: \ \ \ [ Packets: 0 \ \ \ \ \ \ \ Bytes: 0 \ \ \ \ \ \ \ ] @@ -425,6 +425,9 @@ This flag can only be witnessed briefly during the loading of .Xr pf.conf 5 . .It r For tables which are referenced (used) by rules. +.It h +This flag is set when a table in the main ruleset is hidden by one of more tables +of the same name in sub-rulesets (anchors). .El .It Fl v Produce more verbose output. |