diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-22 06:03:33 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-22 06:03:33 +0000 |
commit | e691fb7bf4efc5936e953f3fbb2989323614af79 (patch) | |
tree | 9c732f4191dca8d9ddf91e63f1e6b497effc3e33 /share | |
parent | 312a168eee53121e5b33e23b44900d96fdbdf207 (diff) |
document hwo to play with matches
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 5b0ccf9178d..93e38bc254a 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.477 2010/08/20 13:01:43 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.478 2010/09/22 06:03:32 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 20 2010 $ +.Dd $Mdocdate: September 22 2010 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -242,6 +242,8 @@ As with .Ar log , 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. .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, @@ -2623,7 +2625,7 @@ pf-rule = action [ ( "in" | "out" ) ] [ "on" ifspec ] [ af ] [ protospec ] hosts [ filteropts ] logopts = logopt [ [ "," ] logopts ] -logopt = "all" | "user" | "to" interface-name +logopt = "all" | "matches" | "user" | "to" interface-name filteropts = filteropt [ [ "," ] filteropts ] filteropt = user | group | flags | icmp-type | icmp6-type | |