ofp-util: Support for OpenFlow 1.3 meters.
[sliver-openvswitch.git] / lib / ofp-parse.h
index e930388..6ee25a4 100644 (file)
@@ -26,7 +26,9 @@
 struct flow;
 struct ofpbuf;
 struct ofputil_flow_mod;
+struct ofputil_flow_monitor_request;
 struct ofputil_flow_stats_request;
+struct ofputil_meter_mod;
 
 void parse_ofp_str(struct ofputil_flow_mod *, int command, const char *str_,
                    bool verbose);
@@ -44,4 +46,10 @@ void parse_ofpacts(const char *, struct ofpbuf *ofpacts);
 
 char *parse_ofp_exact_flow(struct flow *, const char *);
 
+void parse_ofp_meter_mod_str(struct ofputil_meter_mod *, const char *string,
+                             int command, bool verbose);
+
+void parse_flow_monitor_request(struct ofputil_flow_monitor_request *,
+                                const char *);
+
 #endif /* ofp-parse.h */