From c08d98f29ee876b466e0af5bb5172ac345990bff Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 4 Jul 2011 05:59:39 +0000 Subject: jmc found a few more mentions of RIO here --- share/man/man5/pf.conf.5 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'share/man/man5/pf.conf.5') 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 -- cgit v1.2.3