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

Remove bridge specification from sipb-database

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.