From owner-freebsd-net@FreeBSD.ORG Sun Sep 28 01:24:07 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EF1AB29; Sun, 28 Sep 2014 01:24:07 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (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 65AFFBC7; Sun, 28 Sep 2014 01:24:07 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id tp5so13164824ieb.10 for ; Sat, 27 Sep 2014 18:24:06 -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=AdousNTctSmRSRsVmCCk0X5R9kyIJbCGiQnvGwvT6L0=; b=yOhqfRv52ee5sCwsVM8uwJOftwEU7diglfAPnJReFwYGcN8YsBDgfyztnUFOSaUGqJ lLKR87iRl0O7pHTNUcoow8bEh9dX5fj7xPYyHpuhjj3RzsEHKmohWV+R9UvP6mdIAGNa VVQF0jnkRbNAXU2K+jp2dMVGoq+r2PnshFaGUtcpfgq+EjgKc/SIdDFmg/HL+pBQOdEf cyu8nfJyJ/eoQehwW9jiiiPMq3T2TfAqhToggEUOdMhADzyOrk/fiGMAGsCfCCRFb8ne xnksuBnB+KZT3E3vkZv/6/qaNlFD5kquZgAz1YJw76R4rIwrTbmUaasRKtqbsWSE9sF3 fa0A== MIME-Version: 1.0 X-Received: by 10.42.237.197 with SMTP id kp5mr7326482icb.49.1411867446753; Sat, 27 Sep 2014 18:24:06 -0700 (PDT) Sender: danny.j.mitzel@gmail.com Received: by 10.107.13.139 with HTTP; Sat, 27 Sep 2014 18:24:06 -0700 (PDT) In-Reply-To: References: <1411826158.72985.YahooMailNeo@web172803.mail.ir2.yahoo.com> Date: Sat, 27 Sep 2014 18:24:06 -0700 X-Google-Sender-Auth: qRbf8ARfdeyp7T1t-daExHG6u0A Message-ID: Subject: Re: vlan id 0 From: "Danny J. Mitzel" To: Adrian Chadd 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: Sun, 28 Sep 2014 01:24:07 -0000 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.