Re: [ovs-dev] [PATCH v4 01/10] OF 1.1 set vlan vid/pcp compatibility.

2013-11-01 Thread Ben Pfaff
On Thu, Oct 24, 2013 at 01:19:25PM -0700, Jarno Rajahalme wrote: > OpenFlow 1.1 set vlan actions only modify existing vlan > headers, while OF 1.0 actions push a new vlan header if one > does not exist already. > > Signed-off-by: Jarno Rajahalme Applied. I folded in a couple of minor improvemen

[ovs-dev] [PATCH v4 01/10] OF 1.1 set vlan vid/pcp compatibility.

2013-10-24 Thread Jarno Rajahalme
OpenFlow 1.1 set vlan actions only modify existing vlan headers, while OF 1.0 actions push a new vlan header if one does not exist already. Signed-off-by: Jarno Rajahalme --- lib/ofp-actions.c| 91 +- lib/ofp-actions.h| 20 +