From owner-freebsd-doc@FreeBSD.ORG Sat Feb 4 20:30:10 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB4711065676 for ; Sat, 4 Feb 2012 20:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3CDB8FC13 for ; Sat, 4 Feb 2012 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q14KUA6j037364 for ; Sat, 4 Feb 2012 20:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q14KUAPU037361; Sat, 4 Feb 2012 20:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2012 20:30:10 GMT Resent-Message-Id: <201202042030.q14KUAPU037361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Sheiko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5943A1065670 for ; Sat, 4 Feb 2012 20:28:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 43FF18FC0C for ; Sat, 4 Feb 2012 20:28:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q14KSASh051367 for ; Sat, 4 Feb 2012 20:28:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q14KSAx3051347; Sat, 4 Feb 2012 20:28:10 GMT (envelope-from nobody) Message-Id: <201202042028.q14KSAx3051347@red.freebsd.org> Date: Sat, 4 Feb 2012 20:28:10 GMT From: Alexander Sheiko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/164772: incorrect ipfw sched parameters in manual X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 20:30:10 -0000 >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: