Remove bridge specification from sipb-database
[invirt/packages/invirt-database.git] / client / etc / xen / sipb-database
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: