From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 04:06:14 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id 81B8B16A4CF; Thu, 16 Sep 2004 04:06:14 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 96923 invoked by alias); 19 Jun 2004 04:47:41 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 96920 invoked from network); 19 Jun 2004 04:47:40 -0000 Received: from moutng.kundenserver.de (212.227.126.184) by pd9e39cd5.dip.t-dialin.net with SMTP; 19 Jun 2004 04:47:40 -0000 Received: from [212.227.126.217] (helo=mxng21.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbXlY-0008KN-00 for max@vampire.homelinux.org; Sat, 19 Jun 2004 06:47:44 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng21.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbXlX-0003bT-00 for max@love2party.net; Sat, 19 Jun 2004 06:47:44 +0200 Received: from localhost (localhost [127.0.0.1])ESMTP id 3350772C36B; Fri, 18 Jun 2004 23:26:50 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20037-11; Fri, 18 Jun 2004 23:26:50 -0500 (EST) Received: from turing (localhost [127.0.0.1])ESMTP id 7B39472C36D; Fri, 18 Jun 2004 23:26:49 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Fri, 18 Jun 2004 23:26:33 -0500 (EST) X-Original-To: pf4freebsd@freelists.org Delivered-To: pf4freebsd@freelists.org Received: from localhost (localhost [127.0.0.1])ESMTP id 5F34D72C338 for ; Fri, 18 Jun 2004 23:26:33 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07230-83 for ; Fri, 18 Jun 2004 23:26:33 -0500 (EST) Received: from mail.tecdigital.net (mail.tecdigital.net [69.20.85.249]) ESMTP id 122A272C30B for ; Fri, 18 Jun 2004 23:26:33 -0500 (EST) Received: from madd-wireless.localdomain (host-200-56-121-254.block.alestra.net.mx [200.56.121.254]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.tecdigital.net (Postfix) with ESMTP id 337D94B358 for ; Fri, 18 Jun 2004 23:47:25 -0500 (CDT) From: Mario Doria To: pf4freebsd@freelists.org User-Agent: KMail/1.6.2 References: <200406180003.12937.mariodoria@yahoo.com> <2B4BE2301A1F882D8B44FA40@pouet.in.mat.cc> <200406190427.16756.max@love2party.net> In-Reply-To: <200406190427.16756.max@love2party.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406182347.24636.mariodoria@yahoo.com> X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 333 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: mariodoria@yahoo.com Precedence: normal X-list: pf4freebsd X-Virus-Scanned: by amavisd-new at freelists.org X-Provags-Forward: max@love2party.net -> max@vampire.homelinux.org X-UID: 449 X-Length: 4635 X-Mailman-Approved-At: Thu, 16 Sep 2004 04:12:49 +0000 Subject: [pf4freebsd] Re: rl0 driver does not support altq X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 04:06:14 -0000 X-Original-Date: Fri, 18 Jun 2004 23:47:24 -0500 X-List-Received-Date: Thu, 16 Sep 2004 04:06:14 -0000 OK, I'm going to test xl and rl, I'll report back :) Thanks On Friday 18 June 2004 9:27 pm, Max Laier wrote: > On Friday 18 June 2004 08:26, Mathieu Arnold wrote: > > Based on the fact that I guess that you runn -current > > I think that it's mainly because no network driver supports ALTQ at this > > time. As max said in his commit (and on current@), which I think you read > > because you use -current, he will be adding support for the network > > drivers in the near future. > > True ... and I invite all of you to test the first chunk of drivers from: > http://people.freebsd.org/~mlaier > bfe(4), em(4), rl(4), xl(4) for a start. > > Also includes our very special ndis(4). As this is not really special in > the view from the system (it's just another driver) I don't suspect > problems, but still I want proper test results for this one in particular. > Please make sure to test the unmodified version first!!! > > Next up are the pseudo devices that make sense. That is most notable tun(4) > and lo(4) for testing. > > Stay tuned and feel invited to share your drivers and/or ask for > modifications.