From owner-freebsd-net@FreeBSD.ORG Wed Jun 26 21:00:00 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7C3AF2A0; Wed, 26 Jun 2013 21:00:00 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 2EEB61C9C; Wed, 26 Jun 2013 21:00:00 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id i13so1969044qae.13 for ; Wed, 26 Jun 2013 13:59:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=yQek+ZG7sTQA4wAGW00mabgso39lrDEwxfyK3tk0Q70=; b=yYCmxewENPCiyC1l18kTLVZAEhaJuh7ROo/o3mWcW+QxNKxvocQcwqQL+oZLukglh7 /nUEMPy6l5Qi97uK7+gZSEOwzUOqRC7sQ1UMbR2VBgXRDstZadp9Y7I4Kbvd/ozfIjGw +RDFd93dIiQ2ZfXH8Mp5Jm4NMwuEsyGwtCeUnlaVs/PkTkSSDjOQY4uG/JPP1ZmFhE8H i+l9LZtFTCWhLnmOK1EwCBNcbZrPucC47TYijb51ZDQZMkxY70UxvhcIVoLakrQ5mUF6 iLWS3QY7msTTeYBwo4t8Xlj9TWWyydGwDjYBEt5BTl9Du5dngx54DtSi/bGiob10ktLR cauQ== MIME-Version: 1.0 X-Received: by 10.224.25.76 with SMTP id y12mr7941245qab.45.1372280399777; Wed, 26 Jun 2013 13:59:59 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.49.36.41 with HTTP; Wed, 26 Jun 2013 13:59:59 -0700 (PDT) In-Reply-To: <20130626162748.GG26412@funkthat.com> References: <64DAB3164E410447932305F50F896D8D6AF863BE@MTLDAG01.mtl.com> <20130626162748.GG26412@funkthat.com> Date: Wed, 26 Jun 2013 22:59:59 +0200 X-Google-Sender-Auth: ZLP2Ib9xFlCiWgQG6jMqz7l1rro Message-ID: Subject: Re: FreeBSD:: How to set VLAN priority? From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: Alex Liptsin , "freebsd-net@freebsd.org" , "freebsd-questions@freebsd.org." , Oded Shanoon , Regev Lev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 26 Jun 2013 21:00:00 -0000 This is a patch originially written from rwatson@ iirc. https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/pf_802.1p.diff Remove the pf(4) craft and it should work for you. On Wed, Jun 26, 2013 at 6:27 PM, John-Mark Gurney wrote: > Alex Liptsin wrote this message on Wed, Jun 26, 2013 at 11:54 +0000: > > I work with FreeBSD 9.1 RELEASE. > > I had configured VLANs on my server, but I can't find a way to configure > VLAN priority. > > How can I do it? > > Looks like you can't w/ the default VLAN code: > BUGS > No 802.1Q features except VLAN tagging are implemented. > > You could probably implement it w/ ng_patch, but that would also mean > you'd lose the feature of the card adding the VLAN tag for you... > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > -- Ermal