mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
odp-util: New function odp_flow_key_from_string().
This will be used in upcoming commits.
This commit is contained in:
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user