[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Re: Live migration-delay in gratuitous arp


  • To: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
  • From: Jordan Pittier <jordan.pittier@xxxxxxxxx>
  • Date: Thu, 13 Jan 2011 18:53:30 +0100
  • Delivery-date: Thu, 13 Jan 2011 09:55:07 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ftDVvYDbQsFqYWC3QrmmXQ01VoxVSGRw6c7qkmp8AWxiuaVm7F0igg5BxMQmfFGhnI 8vReUl4jEj+82XPSri3kuq/6eZUbF7BpPrdMLIs8Z+c14SbI365xdg357bqv+HR0j4+y EXmsGzKt42gBeuEnXg/TV+HXxF4C9drV/evPQ=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hello,
Try to run the following script from another dom0 in the same LAN. This script could be considered as an "hack" to update the CAM table of the switch : 

#!/bin/bash
if [ -z "$1" ]; then
  echo "Error: give the DomU IP to ping as parameter."
  exit 1
fi
HOSTNAME=$1
while /bin/true;do
        /sbin/ip neigh flush all &>/dev/null
        ping -c1 -w1 $HOSTNAME 
        sleep 0.2
done

Jordan


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.