From owner-freebsd-net@FreeBSD.ORG Wed Oct 19 02:36:05 2011 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 4954C106564A for ; Wed, 19 Oct 2011 02:36:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CF8938FC12 for ; Wed, 19 Oct 2011 02:36:04 +0000 (UTC) Received: by wwi18 with SMTP id 18so1759583wwi.31 for ; Tue, 18 Oct 2011 19:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IAn2ISIypFH8rFbCohK2c/j+tBB+KpcycXo6aJjJQ1s=; b=hq3C6eAQ3hjsZkPZAh5h5NooCyPuFTlCx7BEoVixyw6hflzVZ7kxP5Li0Iz2uUGBgO c9g3g4jWccf6yiFS5tczam0EgqC9E3JPjcNdTozq5OymdI0ZpaZvuH4i3GEu+CTnaJfl 76MKnqGPETuyndHvObykAh8xso18bztOI2BfY= MIME-Version: 1.0 Received: by 10.227.24.1 with SMTP id t1mr1740963wbb.107.1318991763751; Tue, 18 Oct 2011 19:36:03 -0700 (PDT) Received: by 10.180.96.104 with HTTP; Tue, 18 Oct 2011 19:36:03 -0700 (PDT) In-Reply-To: <4e9e0de3.4364cc0a.38b5.ffffc94f@mx.google.com> References: <4e9e0de3.4364cc0a.38b5.ffffc94f@mx.google.com> Date: Tue, 18 Oct 2011 22:36:03 -0400 Message-ID: From: Ryan Stone To: Rozhuk.IM@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net Subject: Re: ether_demux does not handle frames with embedded vlan tags 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, 19 Oct 2011 02:36:05 -0000 2011/10/18 : > In what cases vlan-tagged packet can be received by ng_ether_rcv_upper ? If another node attaches to an ng_ether node's upper hook and sends a vlan tagged packet to the hook.