The branch main has been updated by kp:

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

commit 71cf41071a9c3eca0a57e5daff64d274fd3ed04e
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-02-14 10:12:34 +0000
Commit:     Kristof Provost <k...@freebsd.org>
CommitDate: 2025-02-21 08:11:03 +0000

    pf.conf.5: a shot at documenting the changed log(matches) semantics
    
    Obtained from:  OpenBSD, henning <henn...@openbsd.org>, eb4e49a617
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 share/man/man5/pf.conf.5 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 1192cd3d02e8..e96ba094be27 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -27,7 +27,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 13, 2025
+.Dd February 14, 2025
 .Dt PF.CONF 5
 .Os
 .Sh NAME
@@ -1738,7 +1738,9 @@ As with
 packets are logged to
 .Xr pflog 4 .
 .It Ar log (matches)
-Used to force logging of this packet on all subsequent matching rules.
+Log this packet on all subsequent matching rules, using the log settings
+given here, in particular to the pflog interface specified here so that
+regular pflogs are not clobbered.
 .It Ar log (user)
 Logs the
 .Ux

Reply via email to