Fix spelling error in enum ofp13_action_type.
Reported-by: Markus Linnakangas <[email protected]>
Signed-off-by: Jarno Rajahalme <[email protected]>
---
include/openflow/openflow-1.3.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h
index b7b877c..231bba9 100644
--- a/include/openflow/openflow-1.3.h
+++ b/include/openflow/openflow-1.3.h
@@ -105,7 +105,7 @@ OFP_ASSERT(sizeof(struct ofp13_instruction_meter) == 8);
enum ofp13_action_type {
OFPAT13_PUSH_PBB = 26, /* Push a new PBB service tag (I-TAG) */
- OFPAT13_PPO_PBB = 27 /* Pop the outer PBB service tag (I-TAG) */
+ OFPAT13_POP_PBB = 27 /* Pop the outer PBB service tag (I-TAG) */
};
/* enum ofp_config_flags value OFPC_INVALID_TTL_TO_CONTROLLER
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev