Re: [libvirt] [PATCH] Add virsh commands for virInterface* functions - Take 2

2009-06-19 Thread Hugh O. Brock
On Fri, Jun 19, 2009 at 05:24:20PM +0200, Daniel Veillard wrote: > On Fri, Jun 19, 2009 at 10:57:59AM -0400, Laine Stump wrote: > > > > This is a resubmission of the virsh commands to expose virInterface* > > functionality. I've made the following changes from the original: > > > > 1) command nam

Re: [libvirt] [PATCH] Add virsh commands for virInterface* functions - Take 2

2009-06-19 Thread Daniel Veillard
On Fri, Jun 19, 2009 at 10:57:59AM -0400, Laine Stump wrote: > > This is a resubmission of the virsh commands to expose virInterface* > functionality. I've made the following changes from the original: > > 1) command names changed from if-* to iface-* > > 2) "if-create" is now "iface-start" > >

[libvirt] [PATCH] Add virsh commands for virInterface* functions - Take 2

2009-06-19 Thread Laine Stump
This is a resubmission of the virsh commands to expose virInterface* functionality. I've made the following changes from the original: 1) command names changed from if-* to iface-* 2) "if-create" is now "iface-start" 3) iface-edit implementation is manually included directly in virsh.c rathe