X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fodp-util.h;h=dd320aca523b5f8b63aee6e3edfe5c35584d5106;hb=0c58c0c4da31b554e88be581cca39d314ded9b6b;hp=a88c7eec8709d0b6c5ae2ae75861991126488fda;hpb=19cf40693da2e6e7612268fc6708fc6c879ebdff;p=openvswitch diff --git a/lib/odp-util.h b/lib/odp-util.h index a88c7eec..dd320aca 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -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 *);