svn path=/trunk/packages/invirt-xen-config/; revision=2895
[ 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
[ 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
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:
# 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