Apply Sam's fix to vif-sipbroute from shadow-moses sipb-xen-dom0/2.8
authorEvan Broder <broder@mit.edu>
Tue, 7 Oct 2008 05:18:57 +0000 (01:18 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 7 Oct 2008 05:18:57 +0000 (01:18 -0400)
svn path=/trunk/packages/sipb-xen-dom0/; revision=1085

debian/changelog
files/etc/xen/scripts/vif-sipbroute

index 88847d7..ccb9f88 100644 (file)
@@ -1,3 +1,10 @@
+sipb-xen-dom0 (2.8) unstable; urgency=low
+
+  * Apply Sam's fix to vif-sipbroute for the prod cluster (the interface
+    should eventually be configurized)
+
+ -- Evan Broder <broder@mit.edu>  Tue, 07 Oct 2008 01:18:37 -0400
+
 sipb-xen-dom0 (2.7) unstable; urgency=low
 
   * Update qemu-dm-sipb to reflect the new location of qemu-dm
index 5cd0a88..586c056 100755 (executable)
@@ -62,7 +62,7 @@ if [  ${vif_type} != "ioemu"  -o  x${qemu_online} = xyes ] ; then
     # the guest using those addresses.
        for addr in ${ip} ; do
            ${cmdprefix} ip route ${ipcmd} ${addr} dev ${dev} src ${main_ip}
-           arpspoof -i eth0 -t 18.181.0.1 ${addr}&
+           arpspoof -i eth2 -t 18.181.0.1 ${addr}&
            sleep 5
            kill %arpspoof
        done