[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: Live migration-delay in gratuitous arp
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |