X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-parse.h;h=e930388528838e94f71cdb02f963c10a77e19787;hb=f25d0cf3c366d92042269a4f787f19c741c2530c;hp=3e5e62a602b201b919f4a9710831116e2306efeb;hpb=690a61c50a4744603be2ee3de8e22c97f9140d94;p=sliver-openvswitch.git diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index 3e5e62a60..e93038852 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -40,7 +40,7 @@ void parse_ofp_flow_stats_request_str(struct ofputil_flow_stats_request *, bool aggregate, const char *string); -void parse_ofp_actions(const char *, struct ofpbuf *actions); +void parse_ofpacts(const char *, struct ofpbuf *ofpacts); char *parse_ofp_exact_flow(struct flow *, const char *);