tunnel: Accept 'set options:tos' as hex value.
[sliver-openvswitch.git] / lib / ofp-parse.h
index 5a50d94..3e5e62a 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdint.h>
 #include <stdio.h>
 
+struct flow;
 struct ofpbuf;
 struct ofputil_flow_mod;
 struct ofputil_flow_stats_request;
@@ -41,4 +42,6 @@ void parse_ofp_flow_stats_request_str(struct ofputil_flow_stats_request *,
 
 void parse_ofp_actions(const char *, struct ofpbuf *actions);
 
+char *parse_ofp_exact_flow(struct flow *, const char *);
+
 #endif /* ofp-parse.h */