Re: [ovs-dev] [PATCH v2.42 2/5] ofp-actions: Add separate OpenFlow 1.3 action parser

2013-10-07 Thread Simon Horman
On Fri, Oct 04, 2013 at 09:31:05AM -0700, Ben Pfaff wrote: On Fri, Oct 04, 2013 at 05:09:57PM +0900, Simon Horman wrote: From: Joe Stringer j...@wand.net.nz This patch adds new ofpact_from_openflow13() and ofpacts_from_openflow13() functions parallel to the existing ofpact handling

[ovs-dev] [PATCH v2.42 2/5] ofp-actions: Add separate OpenFlow 1.3 action parser

2013-10-04 Thread Simon Horman
From: Joe Stringer j...@wand.net.nz This patch adds new ofpact_from_openflow13() and ofpacts_from_openflow13() functions parallel to the existing ofpact handling code. In the OpenFlow 1.3 version, push_mpls is handled differently, but all other actions are handled by the existing code. In the