Changeset 1132


Ignore:
Timestamp:
Oct 19, 2008, 1:47:08 AM (16 years ago)
Author:
broder
Message:

Remove bridge specification from sipb-database

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  
    8585for n in machine.nics:
    8686    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)
    8888    vif.append(d)
    8989
  • trunk/packages/sipb-xen-database/debian/changelog

    r1126 r1132  
     1sipb-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
    17sipb-xen-database (10.30.4) unstable; urgency=low
    28
Note: See TracChangeset for help on using the changeset viewer.