Pass the front-end interface to vif-invirtroute 0.0.15
authorEvan Broder <broder@mit.edu>
Fri, 14 Nov 2008 06:20:06 +0000 (01:20 -0500)
committerEvan Broder <broder@mit.edu>
Fri, 14 Nov 2008 06:20:06 +0000 (01:20 -0500)
svn path=/trunk/packages/invirt-xen-config/; revision=1636

config.todo
debian/changelog
invirt-database

index 1f0572b..7324b73 100644 (file)
@@ -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
index 6839ff6..0f1a555 100644 (file)
@@ -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 <broder@mit.edu>  Thu, 13 Nov 2008 23:23:24 -0500
+ -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 00:03:47 -0500
 
 invirt-xen-config (0.0.14) unstable; urgency=low
 
index f04f971..ba97ed6 100644 (file)
@@ -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: