Re: [libvirt] Bridge interface and script

2009-01-12 Thread John Levon
On Mon, Jan 12, 2009 at 09:38:42PM +, Daniel P. Berrange wrote: > > > > With current libvirt, it's not possible to specify a script for > > > > VIR_DOMAIN_NET_TYPE_BRIDGE. Is this just an oversight, or intentional? > > > > > > That's intentional - if you want to use a generic network script t

Re: [libvirt] Bridge interface and script

2009-01-12 Thread Daniel P. Berrange
On Mon, Jan 12, 2009 at 09:09:32PM +, John Levon wrote: > On Mon, Jan 12, 2009 at 10:54:58AM +, Daniel P. Berrange wrote: > > > > With current libvirt, it's not possible to specify a script for > > > VIR_DOMAIN_NET_TYPE_BRIDGE. Is this just an oversight, or intentional? > > > > That's int

Re: [libvirt] Bridge interface and script

2009-01-12 Thread John Levon
On Mon, Jan 12, 2009 at 10:54:58AM +, Daniel P. Berrange wrote: > > With current libvirt, it's not possible to specify a script for > > VIR_DOMAIN_NET_TYPE_BRIDGE. Is this just an oversight, or intentional? > > That's intentional - if you want to use a generic network script then > use the ty

Re: [libvirt] Bridge interface and script

2009-01-12 Thread Daniel P. Berrange
On Fri, Jan 09, 2009 at 10:26:52PM +, John Levon wrote: > > With current libvirt, it's not possible to specify a script for > VIR_DOMAIN_NET_TYPE_BRIDGE. Is this just an oversight, or intentional? That's intentional - if you want to use a generic network script then use the type=ethernet styl

[libvirt] Bridge interface and script

2009-01-09 Thread John Levon
With current libvirt, it's not possible to specify a script for VIR_DOMAIN_NET_TYPE_BRIDGE. Is this just an oversight, or intentional? We use the bridge type with Solaris virtual NICs, and need to specify the correct script to use. Suggestions on how to fix this? Should I just add script handlin