From owner-freebsd-ipfw@FreeBSD.ORG Mon Apr 28 05:13:29 2003 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B04037B401 for ; Mon, 28 Apr 2003 05:13:29 -0700 (PDT) Received: from norton.palomine.net (norton.palomine.net [66.93.48.52]) by mx1.FreeBSD.org (Postfix) with SMTP id F1D9243F85 for ; Mon, 28 Apr 2003 05:13:28 -0700 (PDT) (envelope-from sullrich@palomine.net) Received: (qmail 50830 invoked by uid 1004); 28 Apr 2003 12:13:28 -0000 Date: Mon, 28 Apr 2003 08:13:28 -0400 From: SKU To: "Simon L. Nielsen" Message-ID: <20030428121328.GA50735@palomine.net> References: <20030428001533.GA20138@palomine.net> <20030428080632.GH398@nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030428080632.GH398@nitro.dk> User-Agent: Mutt/1.4.1i cc: SKU cc: ipfw@freebsd.org Subject: Re: Traffic Shaper Question X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 12:13:29 -0000 On Mon, Apr 28, 2003 at 10:06:33AM +0200, Simon L. Nielsen wrote: > You don't have dummynet in your kernel. Either load is as a module with > kldload or add the DUMMYNET option to your kernel. Actually I do have Dummynet in the kernel: pfw pipe show 00001: 250.000 Kbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 00002: 1.280 Mbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 q00001: weight 1 pipe 1 50 sl. 1 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 Only certain weights refuse to work and I have no idea why. Thanks, SKU