ofp-actions: Add decoding and encoding OF1.1 instructions and actions.
authorBen Pfaff <blp@nicira.com>
Wed, 4 Jul 2012 05:14:29 +0000 (22:14 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Jul 2012 05:21:12 +0000 (22:21 -0700)
commitd01c980ffe0d61497298a9f907ff93fe1751e2bd
tree9eb64c7bc6f1e9f8a10338e32e413485e79db600
parentf25d0cf3c366d92042269a4f787f19c741c2530c
ofp-actions: Add decoding and encoding OF1.1 instructions and actions.

So far, only the Apply-Actions instruction is supported, and only
actions that have identical semantics to OpenFlow 1.0 actions.

Co-authored-by: Simon Horman <horms@verge.net.au>
Co-authored-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
15 files changed:
DESIGN
build-aux/extract-ofp-errors
include/openflow/openflow-1.0.h
include/openflow/openflow-1.1.h
include/openflow/openflow-common.h
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-errors.h
lib/ofp-parse.c
lib/ofp-util.c
lib/ofp-util.def
lib/ofp-util.h
ofproto/connmgr.c
tests/ofp-actions.at
utilities/ovs-ofctl.c