From owner-freebsd-net@FreeBSD.ORG Wed Jul 12 05:27:59 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7756B16A4DE for ; Wed, 12 Jul 2006 05:27:59 +0000 (UTC) (envelope-from lists@wm-access.no) Received: from lakepoint.domeneshop.no (lakepoint.domeneshop.no [194.63.248.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1F843D4C for ; Wed, 12 Jul 2006 05:27:57 +0000 (GMT) (envelope-from lists@wm-access.no) Received: from [193.71.204.7] ([193.71.204.7]) (authenticated bits=0) by lakepoint.domeneshop.no (8.13.6/8.13.6) with ESMTP id k6C5RXn7029367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 12 Jul 2006 07:27:47 +0200 Message-ID: <44B4882F.6060200@wm-access.no> Date: Wed, 12 Jul 2006 07:27:11 +0200 From: =?ISO-8859-1?Q?Sten_Daniel_S=F8rsdal?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Dmitry Pryanishnikov References: <20060705125957.T30599@atlantis.atlantis.dp.ua> In-Reply-To: <20060705125957.T30599@atlantis.atlantis.dp.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org Subject: Re: if_rl VLAN support in RELENG_4 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, 12 Jul 2006 05:27:59 -0000 Dmitry Pryanishnikov wrote: >=20 > Hello! >=20 > In RELENG_4, RealTek 8129/8139 driver rl(4) doesn't claim VLAN suppor= t > (when I assign vlandev rl0, my vlan device initially gets mtu 1496). In= > modern (e.g. RELENG_6) systems if_rl claims native VLAN support. I've > tried setting 'ifconfig vlan0 mtu 1500' for rl-based vlan device, and > resulting interface Just Works (TM) (1500-byte packets trasmit and rece= ive > correctly via such a vlan). So is it safe to use vlan with 'vlandev rl0= ' > and 'mtu 1500' in RELENG_4? Has anyone observed any ill-effects in such= > a configuration? Would it be simple enough for if_rl in RELENG_4 to > just announce native VLAN support to the system? >=20 > Sincerely, Dmitry Not necessarily. I would assume, without looking, that you would also need to enable oversized frame support. --=20 Sten Daniel S=F8rsdal