diff options
author | 2013-02-19 23:01:15 +0000 | |
---|---|---|
committer | 2013-02-19 23:01:15 +0000 | |
commit | 610eb54470df8d0feab8af975c56f9eed6458db1 (patch) | |
tree | d73a716d275fc9e901888abb5660a9b166c8c4bd /share/man/man5 | |
parent | Introduce a new cmmu method to return the preferred cache mode bits for the (diff) | |
download | wireguard-openbsd-610eb54470df8d0feab8af975c56f9eed6458db1.tar.xz wireguard-openbsd-610eb54470df8d0feab8af975c56f9eed6458db1.zip |
Make it clear that the default implicit 'pass' rule does not create state,
make sense to deraadt@, ok/wording tweak from mikeb.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
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; |