[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |