X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-parse.h;h=7a44f0b9a6be33c76c60e9c9a6dcadba3c63d8a0;hb=d15a5ee594f46a855788652e687aa5d736d530fb;hp=aa0489c0c6cf0670b91750866ad1af6770a19804;hpb=e9ec7451755a50449811738b5a0adad49a864fe3;p=sliver-openvswitch.git diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index aa0489c0c..7a44f0b9a 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -20,6 +20,7 @@ #define OFP_PARSE_H 1 #include +#include struct ofp_match; struct ofpbuf; @@ -29,5 +30,7 @@ void parse_ofp_str(char *string, struct ofp_match *match, uint16_t *out_port, uint16_t *priority, uint16_t *idle_timeout, uint16_t *hard_timeout, uint64_t *cookie); +struct ofpbuf *parse_ofp_add_flow_str(char *string, uint8_t *table_idx); +struct ofpbuf *parse_ofp_add_flow_file(FILE *, uint8_t *table_idx); #endif /* ofp-parse.h */