summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2011-08-08 02:50:58 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2011-08-08 02:50:58 +0000
commit35b6324b7f7d83ebdc050b5fbc67c1c38cc3df31 (patch)
treefbb5e9d3ca5512a287f2dd7e107bcf133e7ee4ae
parent4e196c5605384684fba9645e77691aebceee1f56 (diff)
sync 'set-tos' with 'tos' keyword (DiffServ is supported by both)
ok deraadt
-rw-r--r--share/man/man5/pf.conf.514
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index a663a6dc830..e41109de68f 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.504 2011/07/29 10:51:46 mcbride Exp $
+.\" $OpenBSD: pf.conf.5,v 1.505 2011/08/08 02:50:57 mcbride 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: July 29 2011 $
+.Dd $Mdocdate: August 8 2011 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2290,10 +2290,16 @@ blind attacker would have to guess the timestamp as well.
Enforces a TOS for matching IPv4 packets.
.Ar string
may be one of
+.Ar critical ,
+.Ar inetcontrol ,
.Ar lowdelay ,
+.Ar netcontrol ,
.Ar throughput ,
-or
-.Ar reliability ;
+.Ar reliability ,
+or one of the DiffServ Code Points:
+.Ar ef ,
+.Ar af11 ... af43 ,
+.Ar cs0 ... cs7 ;
.Ar number
may be either a hex or decimal number.
.El