From owner-freebsd-net@FreeBSD.ORG Tue Aug 24 18:08:42 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 8215F10656AC for ; Tue, 24 Aug 2010 18:08:42 +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 C85998FC17 for ; Tue, 24 Aug 2010 18:08:40 +0000 (UTC) Received: (qmail 9586 invoked from network); 24 Aug 2010 20:08:38 +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 20:08:38 +0200 Date: Tue, 24 Aug 2010 20:08:37 +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; format=flowed; charset=US-ASCII 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 18:08:42 -0000 Hi, one of the problems: sysctl -w net.inet.flowtable.enable=0 route add 10.13.13.0/24 10.11.11.1 -weight 2 ifconfig em1 alias 10.13.13.90/24 arp-resolve fails: arpresolve: can't allocate llinfo for 10.13.13.95 in sys/netinet/in.c: in_lltable_lookup calls in_lltable_rtcheck which calls rtalloc1 rtalloc1 seems to return the first route - and does not check for more. diag from in_lltable_rtcheck: IPv4 address: "10.13.13.95" is not on the network checking now how to repair this. Kind regards, Ingo Flaschberger