Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2025 13:38:56 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a4b7e540009f - main - pfctl.8: Mention hostid and checksum
Message-ID:  <202507121338.56CDcuYH089107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a4b7e540009f7ae5eac07387762d2063cff25369

commit a4b7e540009f7ae5eac07387762d2063cff25369
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-07-07 09:28:36 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-07-12 09:57:52 +0000

    pfctl.8: 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
    
    Obtained from:  OpenBSD, kn <kn@openbsd.org>, 0f5c867d7c
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl.8 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 508dcc6ea8d4..f582c6301124 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -487,7 +487,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 Running
 Show the running status and provide a non-zero exit status when disabled.
 .It Fl s Cm labels



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507121338.56CDcuYH089107>