X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-parse.h;fp=lib%2Fofp-parse.h;h=7a44f0b9a6be33c76c60e9c9a6dcadba3c63d8a0;hb=d15a5ee594f46a855788652e687aa5d736d530fb;hp=ac8e6d2f1035eed3f579787a8e2921930fed725f;hpb=4bee421f3ab28492aebc32b8b13e41ca5d12a936;p=sliver-openvswitch.git diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index ac8e6d2f1..7a44f0b9a 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -30,7 +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); -struct ofpbuf *parse_ofp_add_flow_file(FILE *); +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 */