diff options
author | 2012-01-11 15:57:19 +0000 | |
---|---|---|
committer | 2012-01-11 15:57:19 +0000 | |
commit | 682c71ec7c8a45a47765d5e0ac949be3cb30e6fb (patch) | |
tree | 4aea1bef603be8acfd25afe12877b80528aca24f /share/man/man5 | |
parent | If the DUID of the boot disk has not been provided, attempt to locate it (diff) | |
download | wireguard-openbsd-682c71ec7c8a45a47765d5e0ac949be3cb30e6fb.tar.xz wireguard-openbsd-682c71ec7c8a45a47765d5e0ac949be3cb30e6fb.zip |
make "self" a bit more visible
from Sebastian Benoit <benoit-lists at fb12.de>, ok/input jmc, reminder/input
deraadt and too much of a trail to mention all of it, thx everybody involved
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 3d5117b5c36..a1f2d093b33 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.509 2011/11/27 19:55:18 haesbaert Exp $ +.\" $OpenBSD: pf.conf.5,v 1.510 2012/01/11 15:57:19 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: November 27 2011 $ +.Dd $Mdocdate: January 11 2012 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -311,6 +311,8 @@ Any address which is not currently routable. Any address matching the given .Xr route 8 label. +.It Ar self +Expands to all addresses assigned to all interfaces. .It Aq Ar table Any address matching the given table. .It Ar urpf-failed @@ -327,7 +329,9 @@ For instance: means all addresses from 10.1.1.10 to 10.1.1.12, hence addresses 10.1.1.10, 10.1.1.11, and 10.1.1.12. .Pp -Interface names and interface group names can have modifiers appended: +Interface names, interface group names, and +.Ar self +can have modifiers appended: .Pp .Bl -tag -width xxxxxxxxxxxx -compact .It Ar :0 |