Re: [libvirt] [PATCHv3] Configure native vlan modes on Open vSwitch ports

2013-05-14 Thread james robson
On Fri, 2013-05-10 at 14:10 -0400, Laine Stump wrote: > On 04/30/2013 02:12 PM, james robson wrote: > > This patch adds functionality to allow libvirt to configure the > > 'native-tagged' and 'native-untagged' modes on openvswitch networks. > > > > v2 changes: > > Fix problems reported by Eric Blak

Re: [libvirt] [PATCHv3] Configure native vlan modes on Open vSwitch ports

2013-05-10 Thread Kyle Mestery (kmestery)
On May 10, 2013, at 1:10 PM, Laine Stump wrote: > On 04/30/2013 02:12 PM, james robson wrote: >> This patch adds functionality to allow libvirt to configure the >> 'native-tagged' and 'native-untagged' modes on openvswitch networks. >> >> v2 changes: >> Fix problems reported by Eric Blake >> >>

Re: [libvirt] [PATCHv3] Configure native vlan modes on Open vSwitch ports

2013-05-10 Thread Laine Stump
On 04/30/2013 02:12 PM, james robson wrote: > This patch adds functionality to allow libvirt to configure the > 'native-tagged' and 'native-untagged' modes on openvswitch networks. > > v2 changes: > Fix problems reported by Eric Blake > > v3 changes: > Re work patch to address review comments > > -

[libvirt] [PATCHv3] Configure native vlan modes on Open vSwitch ports

2013-04-30 Thread james robson
This patch adds functionality to allow libvirt to configure the 'native-tagged' and 'native-untagged' modes on openvswitch networks. v2 changes: Fix problems reported by Eric Blake v3 changes: Re work patch to address review comments --- diff --git a/docs/formatdomain.html.in b/docs/formatdoma