Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-13 Thread Kyle Mestery (kmestery)
On Aug 13, 2012, at 12:04 AM, Laine Stump wrote: On 08/10/2012 05:44 PM, Laine Stump wrote: How about allowing multiple vlan tag='n' [trunk='yes|no']/ at the toplevel? Then you could have: vlan tag='42'/ in the simplest case, or: vlan tag='42' trunk='yes'/ if you wanted a trunk

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-12 Thread Laine Stump
On 08/10/2012 05:44 PM, Laine Stump wrote: How about allowing multiple vlan tag='n' [trunk='yes|no']/ at the toplevel? Then you could have: vlan tag='42'/ in the simplest case, or: vlan tag='42' trunk='yes'/ if you wanted a trunk with a single tag, or: vlan tag='42'/ vlan

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-10 Thread Kyle Mestery (kmestery)
On Aug 9, 2012, at 3:14 PM, Laine Stump wrote: On 08/08/2012 03:47 PM, Kyle Mestery wrote: Add the ability to specify a vlantag parameter for bridge networks with a virtualport type of openvswitch. This allows for specifying the port is on a single VLAN, and should receive untagged traffic

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-10 Thread Laine Stump
On 08/10/2012 11:21 AM, Kyle Mestery (kmestery) wrote: On Aug 9, 2012, at 3:14 PM, Laine Stump wrote: On 08/08/2012 03:47 PM, Kyle Mestery wrote: Add the ability to specify a vlantag parameter for bridge networks with a virtualport type of openvswitch. This allows for specifying the port is

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-10 Thread Dennis Jenkins
On Fri, Aug 10, 2012 at 10:21 AM, Kyle Mestery (kmestery) kmest...@cisco.com wrote: Those cases both look good. I think the formatting works just fine for virtualport type=openvswitch as well, something like this: Single VLAN (no trunk): interface type='bridge' mac

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-10 Thread Laine Stump
On 08/10/2012 03:59 PM, Dennis Jenkins wrote: On Fri, Aug 10, 2012 at 10:21 AM, Kyle Mestery (kmestery) kmest...@cisco.com wrote: Those cases both look good. I think the formatting works just fine for virtualport type=openvswitch as well, something like this: Single VLAN (no trunk):

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-09 Thread Laine Stump
On 08/08/2012 03:47 PM, Kyle Mestery wrote: Add the ability to specify a vlantag parameter for bridge networks with a virtualport type of openvswitch. This allows for specifying the port is on a single VLAN, and should receive untagged traffic (e.g. vlantag=10), or that a port should receive

[libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-08 Thread Kyle Mestery
Add the ability to specify a vlantag parameter for bridge networks with a virtualport type of openvswitch. This allows for specifying the port is on a single VLAN, and should receive untagged traffic (e.g. vlantag=10), or that a port should receive tagged traffic and is a trunk port (e.g.