From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 12:32:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE1D16A4CE for ; Tue, 12 Oct 2004 12:32:43 +0000 (GMT) Received: from exchange.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3082143D49 for ; Tue, 12 Oct 2004 12:32:43 +0000 (GMT) (envelope-from don@sandvine.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 12 Oct 2004 08:32:38 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: if_bge with (was: Re: Strange things on GBit / 1000->100 /net.inet.tcp.inflight.*) Thread-Index: AcSnsOdYXlWVP0sTR+ufIi8kpeHeRgIHRszwACJipVA= From: "Don Bowman" To: =?iso-8859-1?Q?Roub=EDcek_Zdenek_=28T-Systems_PragoNet=29?= , Subject: RE: Broadcom bge and 802.1Q vlan tags X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:32:43 -0000 Roub=EDcek Zdenek: >=20 > Hello current >=20 > I have run into a problem with my Broadcom NIC (Dell=20 > LATITUDE D600). I am not able to detect 802.1Q tags on=20 > incoming interface with ethereal or tcpdump. All incoming=20 > packets seems like they are not coming through trunk but as=20 > native ETH frames, ie. the vlan tag is missing, probably=20 > removed before being passed to tcpdump? ... do you have if_vlan loaded? try 'kldload if_vlan'. This happens automatically if you create a vlan interface, but you may not have one if you are just sniffing.