summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-09 22:09:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-09 22:09:22 +0000
commitd74e20f1af7a4969647ea54fa287f1b76dab13aa (patch)
tree99c0000f942cd36a3a133196db80be41f3b231dd /share/man/man5
parent1504dbe223db62d7b1e90ea5b2747cf91622e4c5 (diff)
document the "all" keyword; Theo
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 51f7cd3e939..727f6ea2cd0 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.145 2002/12/09 09:44:30 deraadt Exp $
+.\" $OpenBSD: pf.conf.5,v 1.146 2002/12/09 22:09:21 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -766,6 +766,8 @@ The host and port specifications are optional, as in the following examples:
pass in proto tcp from 10.0.0.0/8 port > 1024 to \\
! 10.1.2.3 port != 22
.Ed
+.It Pa all
+is the short form for "from any to any".
.It Pa user <user> group <group>
The rule only applies to packets of sockets owned by the specified user
and group.