odp-util: New function odp_flow_key_from_string().
[sliver-openvswitch.git] / lib / odp-util.h
index a88c7ee..dd320ac 100644 (file)
@@ -94,6 +94,7 @@ struct odputil_keybuf {
 };
 
 void odp_flow_key_format(const struct nlattr *, size_t, struct ds *);
+int odp_flow_key_from_string(const char *s, struct ofpbuf *);
 
 void odp_flow_key_from_flow(struct ofpbuf *, const struct flow *);
 int odp_flow_key_to_flow(const struct nlattr *, size_t, struct flow *);