X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fflow.h;h=ca140afaaaddff4debb28fc2131a629ab46c247d;hb=02dd3123a0e312f1d33403e744af52dd6096f12d;hp=bc6fb913df693afa0c503025fb3a128c94057e5b;hpb=efa6c663df0bcad748e3a89d7b3f4dec187f6f53;p=sliver-openvswitch.git diff --git a/lib/flow.h b/lib/flow.h index bc6fb913d..ca140afaa 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -37,7 +37,6 @@ int flow_extract(struct ofpbuf *, uint16_t in_port, flow_t *); void flow_extract_stats(const flow_t *flow, struct ofpbuf *packet, struct odp_flow_stats *stats); void flow_to_match(const flow_t *, uint32_t wildcards, struct ofp_match *); -void flow_to_ovs_match(const flow_t *, uint32_t wildcards, struct ofp_match *); void flow_from_match(flow_t *, uint32_t *wildcards, const struct ofp_match *); char *flow_to_string(const flow_t *); void flow_format(struct ds *, const flow_t *);