From owner-freebsd-net@FreeBSD.ORG Wed Mar 5 15:41:02 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4301065671 for ; Wed, 5 Mar 2008 15:41:02 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 403668FC30 for ; Wed, 5 Mar 2008 15:41:01 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1956694wxd.7 for ; Wed, 05 Mar 2008 07:41:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WdQ7orX8F87yGOhu8WtFtWClbMP0b4pea8xnd3wmxng=; b=PJKRYfQM+b7x8ih5lrIyhdOyh4ZYs0Pwh78l2vLOWY9HXQT7RCYt/TI6sfbTTbksZGZgkZps75RwBjl1hHzeUfFSWs/3BBSEoYkp37vUpquUTBDkhrVrJe9WDVbG+15Xkc4Ky8tJ31+qvx6W25kqgcvr0EorU+IduR4rYQhKURE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CN6kEIMoHghYLwEKBeZHeKcOoVvO3Fs5cqI85rHPe26UUusgf/VPlukOG4I4cNZiV8lJ92P9IYNZf3T88C4diFy/8rC/uHDWTU12YLmWmxvBDdPLYYOKpsMriszIxIP5hcDvijBBwcWe2z+Cg3/SsdLSMMdlYfr01DxRiLIR70A= Received: by 10.64.53.7 with SMTP id b7mr6569550qba.68.1204731657300; Wed, 05 Mar 2008 07:40:57 -0800 (PST) Received: by 10.64.184.9 with HTTP; Wed, 5 Mar 2008 07:40:57 -0800 (PST) Message-ID: <8e10486b0803050740u7d36c784pd0b9d0d1b3e29c95@mail.gmail.com> Date: Wed, 5 Mar 2008 12:40:57 -0300 From: "Alexandre Biancalana" To: "Sergey Matveychuk" In-Reply-To: <47CE9F22.4010107@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8e10486b0803041857v6d20e3f0x115c6842ec7d899b@mail.gmail.com> <47CE9F22.4010107@FreeBSD.org> Cc: freebsd-net@freebsd.org Subject: Re: ALTQ Vlan 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: Wed, 05 Mar 2008 15:41:02 -0000 On 3/5/08, Sergey Matveychuk wrote: > Alexandre Biancalana wrote: > > Hi list, > > > > Is there any patches or plans to support altq on vlan interfaces ?? > > > > > The patch is quite trivial: > http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch Is this working on 7 ? with pf ? > > But may be a better way to shape traffic on parent interface for you? > I did the patch because I couldn't do shaping on a parent interface for > some reason. My problem is that I've only one physical interface on the server and this interface provide vlans for local network and remote links (which I want to shape the traffic) then I had problems because I want to limit the speed only on remote links. Thank you Sem !