2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 22:05:19 +00:00

ofp-util: Work on decoding OF1.1 flow_mods.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Tested-by: Simon Horman <horms@verge.net.au>
Reviewed-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
Ben Pfaff
2012-06-12 00:27:35 -07:00
parent 358058064b
commit aa319503aa
5 changed files with 151 additions and 67 deletions

View File

@@ -339,6 +339,9 @@ enum ofperr {
* extension is enabled. */
OFPERR_NXFMFC_BAD_TABLE_ID,
/* NX1.0+(3,258). 'out_group' specified but groups not yet supported. */
OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED,
/* ## ---------------------- ## */
/* ## OFPET_GROUP_MOD_FAILED ## */
/* ## ---------------------- ## */