diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-11-13 18:24:54 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-11-13 18:24:54 +0000 |
commit | e9c1d5a2ce4912b307fa0b849b62c5763f5cc176 (patch) | |
tree | 63662f1e815cf8b2e98c8382ecb240be3368ccc4 /share | |
parent | 405ebec97cb57a5af3317be988f483fd9a4898c6 (diff) |
Add label macro $if, as we support {} list expansion for interfaces now.
From David Gwynne. ok henning@, camield@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 1f37a2071c4..8eec274a68e 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.104 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: pf.conf.5,v 1.105 2002/11/13 18:24:53 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -517,6 +517,8 @@ shows per-rule statistics for rules that have labels. The following macros can be used in labels: .Pp .Bl -tag -width $srcaddr -compact -offset indent +.It Em $if +the interface. .It Em $srcaddr the source IP address. .It Em $dstaddr |