Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2012 20:28:10 GMT
From:      Alexander Sheiko <adsh@univ.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/164772: incorrect ipfw sched parameters in manual
Message-ID:  <201202042028.q14KSAx3051347@red.freebsd.org>
Resent-Message-ID: <201202042030.q14KUAPU037361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202042028.q14KSAx3051347>