Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2025 08:11:49 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: 71cf41071a9c - main - pf.conf.5: a shot at documenting the changed log(matches) semantics
Message-ID:  <202502210811.51L8BnPZ076909@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=71cf41071a9c3eca0a57e5daff64d274fd3ed04e

commit 71cf41071a9c3eca0a57e5daff64d274fd3ed04e
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-02-14 10:12:34 +0000
Commit:     Kristof Provost <kp@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 <henning@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



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