Remove bridge specification from sipb-database sipb-xen-database/10.31
authorEvan Broder <broder@mit.edu>
Sun, 19 Oct 2008 05:47:08 +0000 (01:47 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 19 Oct 2008 05:47:08 +0000 (01:47 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=1132

client/etc/xen/sipb-database
debian/changelog

index 568a68f..c2e4c2e 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, bridge=xenbr0, script=vif-sipbroute' % (viftype, n.mac_addr, n.ip)
+    d = '%smac=%s, ip=%s, script=vif-sipbroute' % (viftype, n.mac_addr, n.ip)
     vif.append(d)
 
 for d in machine.disks:
index 5cc6d80..63672c2 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.31) unstable; urgency=low
+
+  * Database-managed VMs should never even think about bridging
+
+ -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 01:46:45 -0400
+
 sipb-xen-database (10.30.4) unstable; urgency=low
 
   * Fix a typo in the CDROM image path