From owner-freebsd-net@FreeBSD.ORG Sat Dec 12 10:24:43 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 625DB1065672 for ; Sat, 12 Dec 2009 10:24:43 +0000 (UTC) (envelope-from jfb@mr-happy.com) Received: from vexbert.mr-paradox.net (vexbert.mr-paradox.net [IPv6:2001:470:b:28:f::1]) by mx1.freebsd.org (Postfix) with ESMTP id 45C3F8FC13 for ; Sat, 12 Dec 2009 10:24:43 +0000 (UTC) Received: from crow.mr-happy.com (crow.mr-happy.com [10.1.0.2]) by vexbert.mr-paradox.net (Postfix) with ESMTP id 01C078459B for ; Sat, 12 Dec 2009 05:24:42 -0500 (EST) Received: by crow.mr-happy.com (Postfix, from userid 16139) id 8E767ADF4; Sat, 12 Dec 2009 05:24:42 -0500 (EST) Date: Sat, 12 Dec 2009 05:24:42 -0500 From: Jeff Blank To: freebsd-net@freebsd.org Message-ID: <20091212102442.GA38108@mr-happy.com> References: <20091212101414.GG18277@mr-happy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091212101414.GG18277@mr-happy.com> X-Face: #0jV*~a}VtKS-&E/!EJpH('H1Va}24dxF0oT&+.R3Gu8C; xhSC+<|+H84&YLbMvphuRT4cp3.|8EN_(2Eix/6{.Up~u`a^}0Ln&b+9Fw|BPig@-{y\pL_46d&ZwA]5%_AU?}DezfE&1!>H?3E$!Yve7.O<+..Jnb4:'6Ey_]FtFzU9=*l$1p/@gA,Ze>^5<]+r(XJ+m7`/vMDc$'wy|`e X-Virus-Scanned: ClamAV 0.94.2/10154/Fri Dec 11 23:24:25 2009 on vexbert.mr-paradox.net X-Virus-Status: Clean Subject: Re: 8.0-REL lagg(4) + vlan(4) + em(4) problems 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: Sat, 12 Dec 2009 10:24:43 -0000 I wrote: > I've just upgraded a 7.1-REL server to 8.0-REL and have lost my > ability to use vlan(4) on top of lagg(4) on top of em(4). I should have mentioned that I'm using lagg failover. I can reproduce my problem in single-user as follows: # ifconfig em0 up # ifconfig em1 up # ifconfig lagg0 create laggproto failover laggport em0 laggport em1 up # ifconfig vlan20 create vlan 20 vlandev lagg0 # ifconfig vlan20 / up Jeff