diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-08-19 19:25:27 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-08-19 19:25:27 +0000 |
commit | e283025c9064d79472a6bc16397f059353309f4c (patch) | |
tree | c10bbf4524025ee5712ff71bac455dcf4f22db5d | |
parent | 38da0b74b703fb2b4d2d60fcc80f0f9fdddf709c (diff) |
Document per-rule byte counter.
-rw-r--r-- | sbin/pfctl/pfctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 25b04110277..c91d2adb706 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.28 2001/08/19 18:30:58 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.29 2001/08/19 19:25:26 dhartmei Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -118,7 +118,7 @@ Show the currently loaded NAT rules. .It Fl s Ar rules Show the currently loaded packet filter rules. When used together with -v, the per-rule statistics (number of evaluations, -number of packets) are also shown. Note that the 'skip step' optimization +packets and bytes) are also shown. Note that the 'skip step' optimization done automatically by the kernel will skip evaluation of rules where redundant. Packets passed statefully are counted in the rule that created the state (even though the rule isn't evaluated more than once for the |