ofp-actions/instruction: helper functions for intructions
[sliver-openvswitch.git] / lib / ofp-actions.h
index 604b56c..2e02181 100644 (file)
@@ -530,4 +530,7 @@ enum {
 #undef DEFINE_INST
 };
 
+const char *ofpact_instruction_name_from_type(enum ovs_instruction_type type);
+int ofpact_instruction_type_from_name(const char *name);
+
 #endif /* ofp-actions.h */