- Timestamp:
- Oct 19, 2008, 1:47:08 AM (16 years ago)
- Location:
- trunk/packages/sipb-xen-database
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/client/etc/xen/sipb-database
r1126 r1132 85 85 for n in machine.nics: 86 86 check(re.match('^[0-9a-fA-F:]+$', n.mac_addr) and re.match('^[0-9.]*$', n.ip)) 87 d = '%smac=%s, ip=%s, bridge=xenbr0,script=vif-sipbroute' % (viftype, n.mac_addr, n.ip)87 d = '%smac=%s, ip=%s, script=vif-sipbroute' % (viftype, n.mac_addr, n.ip) 88 88 vif.append(d) 89 89 -
trunk/packages/sipb-xen-database/debian/changelog
r1126 r1132 1 sipb-xen-database (10.31) unstable; urgency=low 2 3 * Database-managed VMs should never even think about bridging 4 5 -- Evan Broder <broder@mit.edu> Sun, 19 Oct 2008 01:46:45 -0400 6 1 7 sipb-xen-database (10.30.4) unstable; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.