From owner-freebsd-net@FreeBSD.ORG Tue Aug 24 20:43:48 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD1410656A5 for ; Tue, 24 Aug 2010 20:43:48 +0000 (UTC) (envelope-from if@xip.at) Received: from chile.gbit.at (ns1.xip.at [193.239.188.99]) by mx1.freebsd.org (Postfix) with ESMTP id E85308FC1A for ; Tue, 24 Aug 2010 20:43:47 +0000 (UTC) Received: (qmail 7284 invoked from network); 24 Aug 2010 22:43:46 +0200 Received: from unknown (HELO filebunker.xip.at) (86.59.10.180) by chile.gbit.at with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Aug 2010 22:43:46 +0200 Date: Tue, 24 Aug 2010 22:43:46 +0200 (CEST) From: Ingo Flaschberger To: "Li, Qing" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: net@freebsd.org Subject: RE: funny ECMP 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: Tue, 24 Aug 2010 20:43:48 -0000 Dear Li, >> in arp-lookup code, the lowest weight + without gateway should be >> choosen. > > Sure, but such a configuration did not make much sense. when the in_lltable_lookup code tries to lookup the arp entry, the rtalloc_mpath_fib already has choosen that this packet should go the direkt way. So also in_lltable_rtcheck should return the direkt was route. Kind regards, Ingo Flaschberger