From owner-cvs-all@FreeBSD.ORG Mon Feb 5 13:17:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BA5016A4A0; Mon, 5 Feb 2007 13:17:13 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id B33F113C4A8; Mon, 5 Feb 2007 13:17:12 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HE3iZ-000E5R-JN; Mon, 05 Feb 2007 16:17:11 +0300 Date: Mon, 5 Feb 2007 16:17:06 +0300 From: Eygene Ryabinkin To: Gleb Smirnoff Message-ID: <20070205131706.GT35552@codelabs.ru> References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> <20070205125244.GO35552@codelabs.ru> <20070205125412.GH1621@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070205125412.GH1621@FreeBSD.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 13:17:16 -0000 Gleb, > E> If you will do so, please, do not forget to check if we're doing > E> bridging, because your proposal will break it. If I understand the > E> things correctly ;)) > > Don't worry. The bridge input is before ether_demux(). Oops, sorry: you're right. Not used The Source as Yoda said ;)) -- Eygene