docs/164772: incorrect ipfw sched parameters in manual
Alexander Sheiko
adsh at univ.kiev.ua
Sat Feb 4 20:30:10 UTC 2012
>Number: 164772
>Category: docs
>Synopsis: incorrect ipfw sched parameters in manual
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 04 20:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Alexander Sheiko
>Release: 9.0
>Organization:
Kiev National University
>Environment:
FreeBSD gw.univ.kiev.ua 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 31 19:38:52 EET 2012 adsh at gw.univ.kiev.ua:/usr/obj/usr/src/sys/GW i386
>Description:
IPFW(8) FreeBSD System Manager's Manual IPFW(8)
type {fifo | wf2qp | rr | qfq}
specifies the scheduling algorithm to use.
Attempt to set scheduler parameters:
ipfw sched 1 config type fifo
ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument
ipfw sched 1 config type wf2qp
ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument
ipfw sched 1 config type rr
ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument
ipfw sched 1 config type qfq
ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument
But
ipfw sched 1 config type FIFO
ipfw sched 1 config type WF2Q+
ipfw sched 1 config type RR
ipfw sched 1 config type QFQ
work fine.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list