From: Evan Broder Date: Fri, 14 Nov 2008 06:20:06 +0000 (-0500) Subject: Pass the front-end interface to vif-invirtroute X-Git-Tag: 0.0.15^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/736f2c6a4e8f82902c27086fe4f5db97b4ee6339 Pass the front-end interface to vif-invirtroute svn path=/trunk/packages/invirt-xen-config/; revision=1636 --- diff --git a/config.todo b/config.todo index 1f0572b..7324b73 100644 --- a/config.todo +++ b/config.todo @@ -1,3 +1,4 @@ sysvms/*: MAC addresses vif-sipbroute: isolate patch vif-sipbroute: gateway, interface (for arpspoof) +invirt-database: interface \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 6839ff6..0f1a555 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ invirt-xen-config (0.0.15) unstable; urgency=low * Set the max memory to a really high number so we can bump it for users + * Pass the correct networking device to vif-invirtroute - -- Evan Broder Thu, 13 Nov 2008 23:23:24 -0500 + -- Evan Broder Fri, 14 Nov 2008 00:03:47 -0500 invirt-xen-config (0.0.14) unstable; urgency=low diff --git a/invirt-database b/invirt-database index f04f971..ba97ed6 100644 --- a/invirt-database +++ b/invirt-database @@ -84,7 +84,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' % (viftype, n.mac_addr, n.ip) + d = '%smac=%s, ip=%s, script=vif-invirtroute netdev=eth2' % (viftype, n.mac_addr, n.ip) vif.append(d) for d in machine.disks: