diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2015-02-12 01:29:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2015-02-12 01:29:15 +0000 |
commit | 3f23710be7049c301300de226dde42c8f5870bd9 (patch) | |
tree | d196620a04cfe6700b5ac00bc3766933d2832ba0 /share | |
parent | e2dc6cb57d92fc7d6220cff76a1f0426424ec700 (diff) |
a shot at documenting the changed log(matches) semantics
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
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, |