From owner-freebsd-net@FreeBSD.ORG Fri Jul 29 00:39:44 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E2416A41F for ; Fri, 29 Jul 2005 00:39:44 +0000 (GMT) (envelope-from julian@elischer.org) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29B443D88 for ; Fri, 29 Jul 2005 00:39:38 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 034CD4CE8F8; Thu, 28 Jul 2005 17:39:38 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60722-10; Thu, 28 Jul 2005 17:39:37 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 8E8794CE862; Thu, 28 Jul 2005 17:39:37 -0700 (PDT) Message-ID: <42E97AC9.8050205@elischer.org> Date: Thu, 28 Jul 2005 17:39:37 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: Daniel O'Connor References: <200507290834.10268.doconnor@gsoft.com.au> In-Reply-To: <200507290834.10268.doconnor@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: freebsd-net@freebsd.org Subject: Re: AltQ + ng_iface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 00:39:44 -0000 Daniel O'Connor wrote: >Hi, >I am looking at using pf + AltQ + mpd instead of my original ipfw + dummynet + >ppp setup but it seems that ng_iface doesn't have any AltQ hooks :( > >I had a look at it to see if they could be retrofitted but alas it appears the >ng_iface driver is not very much like others (ie no queueing of packets?) so >it would need more work.. > >I could use ppp(8) and do queueing on tun, but I would prefer to use mpd as >all of the packet movement is in the kernel which makes sense to me. > >Does anyone have any patches for this? Or is it just a dumb idea and I should >live with ppp(8)? :) > > is there altq for tun or gif? >Thanks. > > >