WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] multiple vif's/bridges

On Sun, May 01, 2005 at 09:45:22PM -0700, andrew mathes wrote:
> i have this in my configuration file:
> vif = [ 'mac=aa:00:00:1a:%d:11' % (vmid), 'bridge=xen-br0']
> vif = [ 'mac=aa:00:00:1a:%d:12' % (vmid), 'bridge=xen-br1']

the configuration files are actually python scripts, so the
2nd line there is replacing the information from the first. This is
what you actually need:

vif = [ 'mac=aa:00:00:1a:%d:11, bridge=xen-br0' % (vmid),
        'mac=aa:00:00:1a:%d:12, bridge=xen-br1' % (vmid)]


J

-- 
Jody Belka
knew (at) pimb (dot) org

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users