Re: [ovs-dev] [PATCH 4/4] ofproto: dpif changes to support provider VLANs

2014-06-13 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 12:27:12PM -0700, Ben Pfaff wrote: > On Tue, Jun 10, 2014 at 07:04:28PM +0530, Avinash wrote: > > This commit includes: > > 1. Support for new config parameter in xbundle. > > 2. Changes in determining the vlan id and number of VLANs to be present > >in the output packet

Re: [ovs-dev] [PATCH 4/4] ofproto: dpif changes to support provider VLANs

2014-06-13 Thread Ben Pfaff
On Tue, Jun 10, 2014 at 07:04:28PM +0530, Avinash wrote: > This commit includes: > 1. Support for new config parameter in xbundle. > 2. Changes in determining the vlan id and number of VLANs to be present >in the output packet. > > For testing purpose, planned to make changes in normalize-acti

[ovs-dev] [PATCH 4/4] ofproto: dpif changes to support provider VLANs

2014-06-10 Thread Avinash
This commit includes: 1. Support for new config parameter in xbundle. 2. Changes in determining the vlan id and number of VLANs to be present in the output packet. For testing purpose, planned to make changes in normalize-actions to support stacked VLANs. Signed-off-by: Avinash --- ofproto/o