From owner-freebsd-net@FreeBSD.ORG Wed Dec 27 09:32:18 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B68F116A403 for ; Wed, 27 Dec 2006 09:32:18 +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 6FDCF13C48D for ; Wed, 27 Dec 2006 09:32:18 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=D7S46XvoCSQ8fJa7S5Oo+4y4P+Qa1QDtm8ZPkCYF7NY7jYQJ8H45eP683HFJ1+t5U6LCjLLKu742TMq4BqbAJvY3ZWNKHOATT5un1MWo1Sn63YRsGfLcCjJ4dk3JW8YmuEDCRh8UuPul9I7AuoCpHXBdO2hDUSva72MLoS90emE=; Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1GzV8r-000Lu2-Mt; Wed, 27 Dec 2006 12:32:09 +0300 Date: Wed, 27 Dec 2006 12:32:04 +0300 From: Eygene Ryabinkin To: Sylvie DUPUY Message-ID: <20061227093204.GB1090@codelabs.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org Subject: Re: trunk on re0 interface 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, 27 Dec 2006 09:32:18 -0000 > I can create VLAN attached to this interface, and this seems to work > but is there anyway to speed up the tagging process ? (ifconfig tells > this interface does hardware tagging) Search for 'vlanhwtag' in ifconfig(8). -- Eygene