From owner-freebsd-net@FreeBSD.ORG Wed Oct 19 06:18:17 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 5FECD1065672 for ; Wed, 19 Oct 2011 06:18:17 +0000 (UTC) (envelope-from rozhuk.im@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC00E8FC16 for ; Wed, 19 Oct 2011 06:18:16 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so2212271bkb.13 for ; Tue, 18 Oct 2011 23:18:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=reply-to:from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:x-mailer :thread-index:content-language; bh=Q5rx7J6maFwQBuZO7FQlcAFp05LsWJAGZoY0cPC4gWw=; b=v2WQSoQMSYcvjcqD4TnS79xArr2lcLRXibGK/pVwqS5t4YFKu12g0pQgqoneLmYTSt hgJW5t3wIphYrXlASes8nlGbfc55Bp9jHyXEgHNGr6LJ32H0ncZ1V0yjNQIzx9sd10vR fO5z1juK/P2hxN/tnXyFk6FxrBww2pKzwXue0= Received: by 10.204.152.68 with SMTP id f4mr2817811bkw.59.1319005095836; Tue, 18 Oct 2011 23:18:15 -0700 (PDT) Received: from rimwks1x64 ([92.124.38.98]) by mx.google.com with ESMTPS id fb9sm4627289bkc.4.2011.10.18.23.18.13 (version=SSLv3 cipher=OTHER); Tue, 18 Oct 2011 23:18:14 -0700 (PDT) From: rozhuk.im@gmail.com To: "'Ryan Stone'" References: <4e9e0de3.4364cc0a.38b5.ffffc94f@mx.google.com> In-Reply-To: Date: Wed, 19 Oct 2011 15:18:11 +0900 Message-ID: <4e9e6ba6.c972cd0a.3d45.ffffd504@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcyOB9gyMGrJbbyeS9mjupXoxjvzjgAHXD5w Content-Language: ru 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 Reply-To: Rozhuk.IM@gmail.com 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 06:18:17 -0000 > > In what cases vlan-tagged packet can be received by > ng_ether_rcv_upper ? >=20 > If another node attaches to an ng_ether node's upper hook and sends a > vlan tagged packet to the hook. This may be a wrong configuration or QinQ: packet may have M_VLAN tag is set and still vlan-tagged (ether_type =3D VLAN) -- Rozhuk Ivan =A0=20