Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261385AbTHSTiE (ORCPT ); Tue, 19 Aug 2003 15:38:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261396AbTHSTh4 (ORCPT ); Tue, 19 Aug 2003 15:37:56 -0400 Received: from pizda.ninka.net ([216.101.162.242]:57229 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id S261379AbTHSTfu (ORCPT ); Tue, 19 Aug 2003 15:35:50 -0400 Date: Tue, 19 Aug 2003 12:28:47 -0700 From: "David S. Miller" To: Andi Kleen Cc: dang@fprintf.net, ak@muc.de, lmb@suse.de, linux-kernel@vger.kernel.org Subject: Re: [2.4 PATCH] bugfix: ARP respond on all devices Message-Id: <20030819122847.2d7e2e31.davem@redhat.com> In-Reply-To: <20030819193235.GG92576@colin2.muc.de> References: <1061320620.3744.16.camel@athena.fprintf.net> <20030819192125.GD92576@colin2.muc.de> <1061321268.3744.20.camel@athena.fprintf.net> <20030819193235.GG92576@colin2.muc.de> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 912 Lines: 21 On 19 Aug 2003 21:32:35 +0200 Andi Kleen wrote: > What happens on outgoing active ARPs is a different thing. Reasonable > choices would be either the prefered source address of the route or > the local interface's address. I must admit I don't have a strong > opinion on what the better behaviour of those is, but neither of them would > seem particularly wrong to me. Andi, we take the source address from the packet we are trying to send out that interface. Just as it is going to be legal to send out a packet from that interface using that source address, it is legal to send out an ARP request from that interface using that source address. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/