Changed xen.network -> xen.
authorGreg Brockman <gdb@mit.edu>
Mon, 18 Jan 2010 00:01:43 +0000 (19:01 -0500)
committerGreg Brockman <gdb@mit.edu>
Mon, 18 Jan 2010 00:01:43 +0000 (19:01 -0500)
svn path=/trunk/packages/invirt-xen-config/; revision=2895

debian/changelog
invirt-database
vif-invirtroute

index 16ed857..1486966 100644 (file)
@@ -2,6 +2,7 @@ invirt-xen-config (0.0.27) unstable; urgency=low
 
   [ Greg Brockman ]
   * Nuked the pinning of libxen3
+  * Changed xen.network -> xen
 
   [ Evan Broder ]
   * Don't try to start sysvms in the invirt-xen-config init script. The
@@ -13,7 +14,7 @@ invirt-xen-config (0.0.27) unstable; urgency=low
   [ Quentin Smith ]
   * Increase dom0's weight to improve IO performance.
 
- -- Evan Broder <broder@mit.edu>  Sun, 03 Jan 2010 14:37:34 -0600
+ --
 
 invirt-xen-config (0.0.26) unstable; urgency=low
 
index 4b86a85..a0dc979 100644 (file)
@@ -86,7 +86,7 @@ elif codepath == 'paravm':
 for n in machine.nics:
     check(re.match('^[0-9a-fA-F:]+$', n.mac_addr) and re.match('^[0-9.]*$', n.ip))
     d = ('%smac=%s, ip=%s, script=vif-invirtroute netdev=%s'
-         % (viftype, n.mac_addr, n.ip, config.xen.network.iface))
+         % (viftype, n.mac_addr, n.ip, config.xen.iface))
     vif.append(d)
 
 for d in machine.disks:
index 8447805..c76a95e 100755 (executable)
@@ -55,7 +55,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 $(invirt-getconf xen.network.iface) -t 18.181.0.1 ${addr}&
+           arpspoof -i $(invirt-getconf xen.iface) -t 18.181.0.1 ${addr}&
            sleep 5
            kill %arpspoof
        done