From owner-freebsd-pf@FreeBSD.ORG Wed Jun 1 02:23:51 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F16916A41C for ; Wed, 1 Jun 2005 02:23:51 +0000 (GMT) (envelope-from blauziere@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DBB43D48 for ; Wed, 1 Jun 2005 02:23:50 +0000 (GMT) (envelope-from blauziere@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2511763wra for ; Tue, 31 May 2005 19:23:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HLENkbetMQn7Enr2CNRAdiuTuFlEKQxgDpFXB/5POmcbwao+wfB0gbuUlNhyVPKoLfYJglppPu9MEvw7djYJjXPXK59OXZmPrgKpAj4gLaCUI71M9FOC8iIgVyGs87KGTYnPBtlzwA1JlQl5B8ae0UXEmlRXHnbrfsqubbY0QeM= Received: by 10.54.26.62 with SMTP id 62mr2848735wrz; Tue, 31 May 2005 19:23:50 -0700 (PDT) Received: by 10.54.41.24 with HTTP; Tue, 31 May 2005 19:23:50 -0700 (PDT) Message-ID: Date: Tue, 31 May 2005 22:23:50 -0400 From: Benjamin Lauziere To: freebsd-pf@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ALTQ on vlan interface X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benjamin Lauziere List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 02:23:51 -0000 I am trying get ALTQ to work on a vlan interface. When I try to load my pf config file I get this error: fw# pfctl -f /etc/pf.conf pfctl: vlan50: driver does not support altq I searched the web and the only relevant thing that I found is this: > > * I have been testing the vlan(4) driver and found that it wouldn't > > get ALTQ-enabled if it was loaded as a separate module instead of > > compiled in kernel. This possibly goes with any network interface > > dynamically loaded and needs further investigations. (This come from http://daemon.rofug.ro/mailarchive/freebsd-altq.2004-01/msg00006.html) I tryed to compile the vlan driver in the kernel by adding "device vlan" in the kernel config file and then recompiling & installing the new kernel but I am getting the same error. My question is Is it possible to have ALTQ working on a vlan interface ? And if yes, how ? Thanks, Ben