summaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2011-07-04 05:59:39 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2011-07-04 05:59:39 +0000
commitc08d98f29ee876b466e0af5bb5172ac345990bff (patch)
tree7d1f5f10c2f29c504830abd57fb235a03534f34d /share/man/man5/pf.conf.5
parentb1f2396c850e089c53663d62a54a046b7069396a (diff)
jmc found a few more mentions of RIO here
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r--share/man/man5/pf.conf.512
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 38ab0ae990a..09a2813bddd 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.498 2011/07/04 05:49:00 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.499 2011/07/04 05:59:38 tedu Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1490,10 +1490,6 @@ ECN implies RED.
Enables Random Early Detection (RED) on this queue.
RED drops packets with a probability proportional to the average
queue length.
-.\" .It Ar rio
-.\" Enables RIO on this queue.
-.\" RIO is RED with IN/OUT, thus running
-.\" RED two times more than RIO would achieve the same effect.
.El
.Pp
The
@@ -2821,9 +2817,9 @@ queue-list = string [ [ "," ] string ]
cbq-def = "cbq" [ "(" cbq-opt [ [ "," ] cbq-opt ] ")" ]
priq-def = "priq" [ "(" priq-opt [ [ "," ] priq-opt ] ")" ]
hfsc-def = "hfsc" [ "(" hfsc-opt [ [ "," ] hfsc-opt ] ")" ]
-cbq-opt = ( "default" | "borrow" | "red" | "ecn" | "rio" )
-priq-opt = ( "default" | "red" | "ecn" | "rio" )
-hfsc-opt = ( "default" | "red" | "ecn" | "rio" |
+cbq-opt = ( "default" | "borrow" | "red" | "ecn" )
+priq-opt = ( "default" | "red" | "ecn" )
+hfsc-opt = ( "default" | "red" | "ecn" |
linkshare-sc | realtime-sc | upperlimit-sc )
linkshare-sc = "linkshare" sc-spec
realtime-sc = "realtime" sc-spec