diff options
author | 2009-07-28 13:29:45 +0000 | |
---|---|---|
committer | 2009-07-28 13:29:45 +0000 | |
commit | 8f4b2c99ac1cd080dac5134ff6c73984ca1f71c7 (patch) | |
tree | 81b1a271c5baec38aa619fc7d03994cf48bef320 | |
parent | the firmwares are once again distributed (diff) | |
download | wireguard-openbsd-8f4b2c99ac1cd080dac5134ff6c73984ca1f71c7.tar.xz wireguard-openbsd-8f4b2c99ac1cd080dac5134ff6c73984ca1f71c7.zip |
Recommit rev. 1.446 it is again possible to use DSCP names in tos and settos
statements.
-rw-r--r-- | share/man/man5/pf.conf.5 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index af13430fc01..936b7c08be0 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.447 2009/07/27 19:04:30 deraadt Exp $ +.\" $OpenBSD: pf.conf.5,v 1.448 2009/07/28 13:29:45 claudio 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 27 2009 $ +.Dd $Mdocdate: July 28 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1454,10 +1454,16 @@ keyword. This rule applies to packets with the specified TOS bits set. .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. .Pp |