mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-errors: New error code ONFBIC_DUP_INSTRUCTION.
This is a prototype of OpenFlow enhancement proposal EXT-260 "Add error code for duplicate instruction." It uses the error code proposed there. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -268,6 +268,9 @@ enum ofperr {
|
||||
/* OF1.2+(3,8). Permissions error. */
|
||||
OFPERR_OFPBIC_EPERM,
|
||||
|
||||
/* ONF1.1+(2600). Duplicate instruction. */
|
||||
OFPERR_ONFBIC_DUP_INSTRUCTION,
|
||||
|
||||
/* ## --------------- ## */
|
||||
/* ## OFPET_BAD_MATCH ## */
|
||||
/* ## --------------- ## */
|
||||
|
Reference in New Issue
Block a user