summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2015-02-12 01:29:14 +0000
committerhenning <henning@openbsd.org>2015-02-12 01:29:14 +0000
commiteb4e49a61704dc46de79a9763e05e3af1b424c39 (patch)
tree1d699f31e23746cc2327e6ef11bb413105c5111e /share/man/man5
parentchange log(matches) semantics slightly to make it more useful. since it (diff)
downloadwireguard-openbsd-eb4e49a61704dc46de79a9763e05e3af1b424c39.tar.xz
wireguard-openbsd-eb4e49a61704dc46de79a9763e05e3af1b424c39.zip
a shot at documenting the changed log(matches) semantics
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.58
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index d1e8d869794..4a09e31433a 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.542 2015/02/10 06:47:08 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.543 2015/02/12 01:29:14 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 10 2015 $
+.Dd $Mdocdate: February 12 2015 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -254,7 +254,9 @@ As with
packets are logged to
.Xr pflog 4 .
.It Ar log Pq Ar 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 Pq Ar user
Logs the UID and PID of the
socket on the local host used to send or receive a packet,