From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Gratuitous/unsolicited ARP Date: Thu, 10 Aug 2006 17:16:15 +0100 Message-ID: <1155226575.4347.9.camel@localhost.localdomain> References: <1155226309.12509.52.camel@lapbode42.lrr.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1155226309.12509.52.camel@lapbode42.lrr.in.tum.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Stodden Cc: Xen Developers List-Id: xen-devel@lists.xenproject.org On Thu, 2006-08-10 at 18:11 +0200, Daniel Stodden wrote: > for domain migration, this is an obvious procedure in order to announce > the relocation of the guest being bridged on a different host. > > i've been grepping around the xen build tree to see whether and where > this is covered. haven't found anything yet. is this covered by linux > kernel bridging already, or is it just missing [read: left as a > scripting exercise to administrators]? See send_fake_arp() in linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Ian.