X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-parse.h;h=6ee25a4075d60e5881e9f70515ccccb5358890d1;hb=638a19b04578669b5d43cb4d91391a9e1da93dc7;hp=d2d3c3cffcafd986ebef682807a6a045f747fbd0;hpb=b4af6ceeea7bc757de1e8294036b522e81e3a3fa;p=sliver-openvswitch.git diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index d2d3c3cff..6ee25a407 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -28,6 +28,7 @@ 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); @@ -45,6 +46,9 @@ 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 *);