From owner-freebsd-net@FreeBSD.ORG Thu Nov 3 18:10:03 2005 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 DF15016A41F; Thu, 3 Nov 2005 18:10:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 972D443D45; Thu, 3 Nov 2005 18:10:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.117]) ([10.251.23.117]) by a50.ironport.com with ESMTP; 03 Nov 2005 10:09:57 -0800 X-IronPort-Anti-Spam-Filtered: true Message-ID: <436A5275.5060807@elischer.org> Date: Thu, 03 Nov 2005 10:09:57 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20051102193617.1013be88.molter@tin.it> <20051103145144.GM63539@ip.net.ua> In-Reply-To: <20051103145144.GM63539@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Bill Paul Subject: Re: troubles with ng_fec on -current 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: Thu, 03 Nov 2005 18:10:03 -0000 >> >> >Looks like a bug. The ng_fec code uses the MAC address of the first >real interface as the MAC address for the virtual and all other ports >in the bundle, but it lacks a call to ifp->if_init() to actually >reprogram the hardware MAC filter. Please try this patch: > > I thought it was supposed to put them in promsc. mode.