From owner-freebsd-net@FreeBSD.ORG Tue May 15 19:56:27 2012 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 BAA07106564A for ; Tue, 15 May 2012 19:56:27 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9B28FC12 for ; Tue, 15 May 2012 19:56:27 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4FJtgsC046183; Tue, 15 May 2012 12:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1337111744; bh=Lt0Y+yPnr+OYv9BEhodFKXuEqdtJ6cCLZzhPRD84EFQ=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=fzZsH3+9ZCd7s8Sa9H0V3hvF3Ji4gxvHFZ/LoNMhBsrvusC8v2YE2y/yjXoMHqpmV CFEBY+tvcekaTTBAdayPbebMGTbNyvSmPW/0oKADOsswdHVeI5Scy/D+/YulRvP5iT NNXpeABSU9LaqjbYu2ADmcMXmFjRx+MPpnOIDP5Q= From: Sean Bruno To: "Li, Qing" In-Reply-To: References: <1337105271.3434.8.camel@powernoodle-l7.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 15 May 2012 12:55:14 -0700 Message-ID: <1337111714.3434.9.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 111743001 Cc: "freebsd-net@freebsd.org" Subject: RE: [stable-9] 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, 15 May 2012 19:56:27 -0000 On Tue, 2012-05-15 at 12:02 -0700, Li, Qing wrote: > The route selection is based on a hash function of source-ip and destination-ip when > RADIX_MPATH is enabled. You do not need to perform specific actions, other than perhaps > setting varying weights on each entry as an option. So depends on the traffic destination > the chosen route may always be the same one. > > --Qing Ok. thanks. Since I don't see *any* outbound network traffic on the second interface, what would you suggest I look at? Sean