diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-27 13:39:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-27 13:39:04 +0000 |
commit | 8a36b824bc2801b91cd0a38f008c8ab55867df08 (patch) | |
tree | 651b96823f1be31339b99c916a0e4cd81618f042 /share/man | |
parent | 0ee724f407b62f5090ee87664073f1b1dac88fd2 (diff) |
List the additional TOS values and DiffServ Code Points now recognised
by pfctl(8).
Diffstat (limited to 'share/man')
-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 b21cc6ff6a7..47f390fab5c 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.445 2009/07/19 14:05:36 sobrado Exp $ +.\" $OpenBSD: pf.conf.5,v 1.446 2009/07/27 13:39:03 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: July 19 2009 $ +.Dd $Mdocdate: July 27 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 |