diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2003-02-18 22:06:50 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2003-02-18 22:06:50 +0000 |
commit | 9b7c6c568f5b4ebba1b4cdaed2bd79dee16f7fa7 (patch) | |
tree | 220de72239d557cdcba2bc33065d5ce5d374ee31 /share/man/man5 | |
parent | 5d4193e498513605220c7de128ec195f2aed1f6b (diff) |
add PRIQ scheduler to BNF
henning@ ok
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index e62618cf770..cc0fb79c8f4 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.185 2003/02/14 09:43:18 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.186 2003/02/18 22:06:49 pb Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1899,7 +1899,7 @@ queueopts = [ bandwidth number ( b | Kb | Mb | Gb | %) ] | [ qlimit number ] | [ tbrsize number ] | [ priority number ] | [ schedulers ] | [ qlimit number ] -schedulers = cbq-def +schedulers = ( cbq-def | priq-def ) action = pass | block [ return ] | scrub return = drop | return | return-rst [ ( ttl number ) ] @@ -1981,9 +1981,11 @@ pooltype = ( bitmask | random subqueue = string | { queue-list } queue-list = string [ [ , ] string ] -cbq-def = cbq [ ( cbq-type [ [ , ] cbq-type ] ) ] -cbq-type = ( default | control | borrow | +cbq-def = cbq [ ( cbq-opt [ [ , ] cbq-opt ] ) ] +priq-def = priq [ ( priq-opt [ [ , ] priq-opt ] ) ] +cbq-opt = ( default | control | borrow | red | ecn | rio ) +priq-opt = ( default | red | ecn | rio ) .Ed .Sh FILES .Bl -tag -width "/etc/protocols" -compact |