summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2013-02-19 23:01:16 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2013-02-19 23:01:16 +0000
commit81bed563981b6618909b47a4dae2a85cecadbb67 (patch)
tree5c0e074bb16f54119db4bbc0f00e30f82718f789
parent1a3857b45b9da753c5ce6b163959d0d041b9ffad (diff)
Make it clear that the default implicit 'pass' rule does not create state,
make sense to deraadt@, ok/wording tweak from mikeb.
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index cd5ebb20766..85b7d5898fd 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.525 2013/01/16 02:43:24 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.526 2013/02/19 23:01:15 sthen 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: January 16 2013 $
+.Dd $Mdocdate: February 19 2013 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -116,7 +116,7 @@ and
.Ar pass ,
the last matching rule decides what action is taken;
if no rule matches the packet, the default action is to pass
-the packet.
+the packet without creating a state.
For
.Ar match ,
rules are evaluated every time they match;