diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-30 15:05:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-30 15:05:38 +0000 |
commit | 077b11f20692c1343de6ee88de5844c70734bc44 (patch) | |
tree | 75312228d42c21471b1607bdd724da97ef5bdee4 /share/man | |
parent | 1d20e96375a7478892499ee2e748392b0d20612e (diff) |
document :network and :broadcast modifiers
help jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 031846886f5..7c86ae8dd99 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.171 2003/01/25 17:49:37 cedric Exp $ +.\" $OpenBSD: pf.conf.5,v 1.172 2003/01/30 15:05:37 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -892,6 +892,14 @@ Any address which is not currently routable. Any address that matches the given table. .El .Pp +Interface names can have modifiers appended: +.Bl -tag -width ":broadcast" -compact +.It Ar :network +Translates to the network(s) attached to the interface. +.It Ar :broadcast +Translates to the interface's broadcast address(es). +.El +.Pp Host name resolution and interface to address translation are done at ruleset load-time. When the address of an interface (or host name) changes (under DHCP or PPP, |