diff options
author | 2010-05-19 13:51:37 +0000 | |
---|---|---|
committer | 2010-05-19 13:51:37 +0000 | |
commit | 02fac1a1c3b0aee8deed8c9ec4077ff9d5569f50 (patch) | |
tree | 33eb51e51111c5df6ddeb3a2602ba7958b9a502e | |
parent | sync with mirrors.dat changes (diff) | |
download | wireguard-openbsd-02fac1a1c3b0aee8deed8c9ec4077ff9d5569f50.tar.xz wireguard-openbsd-02fac1a1c3b0aee8deed8c9ec4077ff9d5569f50.zip |
redo the list of "sticky" parameters for match rules;
- include translation options
- include "scrub"
- don't include max-mss etc, which aren't used directly rather they
are written like 'match ... scrub (max-mss xxx)'
ok jmc@ henning@
-rw-r--r-- | share/man/man5/pf.conf.5 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index c28e9d65e55..ac35d49be88 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.475 2010/04/01 19:09:36 jsg Exp $ +.\" $OpenBSD: pf.conf.5,v 1.476 2010/05/19 13:51:37 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: April 1 2010 $ +.Dd $Mdocdate: May 19 2010 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -187,15 +187,13 @@ For the following parameters, this means that the parameter effectively becomes .Dq sticky until explicitly overridden: -.Ar max-mss , -.Ar min-ttl , -.Ar no-df , +.Ar nat-to , +.Ar binat-to , +.Ar rdr-to , .Ar queue , -.Ar random-id , -.Ar reassemble tcp , .Ar rtable , and -.Ar set-tos . +.Ar scrub . .Pp .Ar log is different still, |