2
0
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:
Ben Pfaff
2011-08-04 16:20:34 -07:00
parent 6adf1730c8
commit 3bffc610fa
7 changed files with 474 additions and 0 deletions

View 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 *);