From owner-freebsd-net@FreeBSD.ORG Mon Sep 29 22:42:01 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB9B7E47 for ; Mon, 29 Sep 2014 22:42:01 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6486E23F for ; Mon, 29 Sep 2014 22:42:01 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id cc10so402550wib.2 for ; Mon, 29 Sep 2014 15:41: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:message-id:subject :from:to:cc:content-type; bh=vZ4yO+/Dd4EckceUioTJuvp3lCwq7pjqIMQTPv6hO4g=; b=FB+jLtLgJ6YHePoTWfECePwELETiN0VnspgorvUdBQ8u+oDOYZqzYdo48z0Qqrkbsu TgGfsJ/eWHDJ/XOLhSgfTyo7wAQptml1u0f6tH7mblSfOywLwOYxrBLWVB0RKKiOoFuM GiEixMrvJ9ZH80E2zXFHUjeFApAQcyMGdlUGXpxfg3WwqM5uLfOv4QWkAKkNI00dnFZt hJ78xOuAyCiBNtcdvKQV9PABeN1+ayrSBx2GLmGJjU8LzO0dVR08d0uiAk7bPv0N5R2X +R0PPgxLPBHvgTF/Ss+3Il8+jqWvm7ufDO34wS7XBTAChHp9DtYcTwJUqWtAFN9MAQFE LRnw== MIME-Version: 1.0 X-Received: by 10.180.107.100 with SMTP id hb4mr897847wib.59.1412030519728; Mon, 29 Sep 2014 15:41:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Mon, 29 Sep 2014 15:41:59 -0700 (PDT) In-Reply-To: References: <1411826158.72985.YahooMailNeo@web172803.mail.ir2.yahoo.com> Date: Mon, 29 Sep 2014 15:41:59 -0700 X-Google-Sender-Auth: NX2d0CtFwqRQTG95-o41YT6LuWw Message-ID: Subject: Re: vlan id 0 From: Adrian Chadd To: "Danny J. Mitzel" Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" , Tony Moseby X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 22:42:01 -0000 Ok.. Can someone please submit a PR with a patch that addresses this? I'll try to make sure it gets into freebsd-head. -a On 27 September 2014 18:24, Danny J. Mitzel wrote: > On Sat, Sep 27, 2014 at 4:44 PM, Adrian Chadd wrote: > > .. the spec allows vlan id=0? > > 0 is not a valid VLAN ID but the specs do allow it > in a tagged packet, it's called "Priority tagged". > The priority bits should be interpreted when making > any queuing / scheduling decisions during forwarding. > The VLAN ID bits are ignored and packet is to be > treated as untagged during forwarding / flooding > decisions.