diff options
author | 2020-07-20 14:21:51 +0000 | |
---|---|---|
committer | 2020-07-20 14:21:51 +0000 | |
commit | 0f5c867d7cb01b9d860ac332a6443123ee9ace1b (patch) | |
tree | bb264d721ad4e88ff6e0cf6b0227171de4dd70e4 | |
parent | Add a new column to wsfontload -l output, to report the number of (diff) | |
download | wireguard-openbsd-0f5c867d7cb01b9d860ac332a6443123ee9ace1b.tar.xz wireguard-openbsd-0f5c867d7cb01b9d860ac332a6443123ee9ace1b.zip |
Mention hostid and checksum
Complete the description of "-s info -v" such that grepping for them
in the manual pager yields something.
Feedback jmc
OK sashan
-rw-r--r-- | sbin/pfctl/pfctl.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index b99d4cad615..1becfa2c88d 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.180 2020/01/15 14:39:41 kn Exp $ +.\" $OpenBSD: pfctl.8,v 1.181 2020/07/20 14:21:51 kn 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 15 2020 $ +.Dd $Mdocdate: July 20 2020 $ .Dt PFCTL 8 .Os .Sh NAME @@ -403,7 +403,10 @@ Show the contents of the source tracking table. Show filter information (statistics and counters). When used together with .Fl v , -source tracking statistics are also shown. +source tracking statistics, the firewall's 32-bit hostid number and the +main ruleset's MD5 checksum for use with +.Xr pfsync 4 +are also shown. .It Fl s Cm labels Show per-rule statistics (label, evaluations, packets total, bytes total, packets in, bytes in, packets out, bytes out, state creations) of |