From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 15:22:14 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B5C8A9A; Wed, 25 Jun 2014 15:22:14 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02F6723D2; Wed, 25 Jun 2014 15:22:14 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E6842B91F; Wed, 25 Jun 2014 11:22:11 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: Solved: Re: Problem with tagged vlan after upgrading Date: Wed, 25 Jun 2014 10:12:17 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201406251012.17421.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 25 Jun 2014 11:22:12 -0400 (EDT) Cc: jfv@freebsd.org, Ricardo Campos Passanezi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 25 Jun 2014 15:22:14 -0000 On Wednesday, June 25, 2014 9:45:55 am Ricardo Campos Passanezi wrote: > On Wed, Jun 25, 2014 at 10:32:45AM -0300, Ricardo Campos Passanezi wrote: > > > > Some more info I've forgotten to add: > > > > - If I listen the vlan interfaces (tcpdump -i vlanX), the traffic is > > there. > > > > - I've tested the scenario: > > > > - delete the inet from em0; > > - create a vlan2 with th IP used by "em0" > > - enable the vlan tag in the switch > > - now, I can use the "vlan1" (10.0.0.0/8)o > > > .... > > > The problem has been solved by issuing a "ifconfig em0 -vlanhwtag". > > After that eveything is working. Please submit a bug report for this and cc it to jfv@FreeBSD.org. The vlanhwtag stuff should work properly. -- John Baldwin