2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

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>
This commit is contained in:
Ben Pfaff
2012-07-03 22:14:29 -07:00
parent f25d0cf3c3
commit d01c980ffe
15 changed files with 1123 additions and 178 deletions

View File

@@ -193,7 +193,7 @@ enum ofperr {
/* ## --------------------- ## */
/* OF1.1+(3). Error in instruction list. */
OFPERR_OFPET_BAD_INSTRUCTION,
OFPERR_OFPIT_BAD_INSTRUCTION,
/* OF1.1+(3,0). Unknown instruction. */
OFPERR_OFPBIC_UNKNOWN_INST,
@@ -222,6 +222,9 @@ enum ofperr {
/* OF1.2+(3,8). Permissions error. */
OFPERR_OFPBIC_EPERM,
/* NX1.1+(3,256). Duplicate instruction type in set of instructions. */
OFPERR_NXBIC_DUP_TYPE,
/* ## --------------- ## */
/* ## OFPET_BAD_MATCH ## */
/* ## --------------- ## */