X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/blobdiff_plain/dce5a497ac25401d37cfd938e7803e8f36455ec0..7b56ce9f85e82b58644332b793cfbb7e92752992:/vif-invirtroute

diff --git a/vif-invirtroute b/vif-invirtroute
index 63b2679..26464a0 100755
--- a/vif-invirtroute
+++ b/vif-invirtroute
@@ -65,7 +65,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 eth2 -t 18.181.0.1 ${addr}&
+	    arpspoof -i $(invirt-getconf xen.network.iface) -t 18.181.0.1 ${addr}&
 	    sleep 5
 	    kill %arpspoof
 	done 
@@ -81,8 +81,6 @@ if [  ${vif_type} != "ioemu"  -o  x${qemu_online} = xyes ] ; then
     fi
 fi
 
-handle_iptable
-
 log debug "Successful vif-route $command for $vif."
 if [ "$command" == "online" ]
 then