summaryrefslogtreecommitdiff
path: root/lib/flow.h
diff options
context:
space:
mode:
authorDaniele Di Proietto <diproiettod@vmware.com>2015-11-15 22:07:25 -0800
committerDaniele Di Proietto <diproiettod@vmware.com>2016-07-27 17:58:44 -0700
commit94a81e4021ea5b14c635f4a6f6c4513d496ea1b6 (patch)
tree99c0eb13e8a0b6b9be301d575a83f05603b394c3 /lib/flow.h
parentcaf64dc902dcffeb757f25cd8aff913a83d13a9a (diff)
downloadopenvswitch-94a81e4021ea5b14c635f4a6f6c4513d496ea1b6.tar.gz
flow: Export parse_ipv6_ext_hdrs().
This will be used by a future commit. Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Joe Stringer <joe@ovn.org> Acked-by: Flavio Leitner <fbl@sysclose.org>
Diffstat (limited to 'lib/flow.h')
-rw-r--r--lib/flow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/flow.h b/lib/flow.h
index 4cff48cf6..c041e8a1f 100644
--- a/lib/flow.h
+++ b/lib/flow.h
@@ -106,6 +106,9 @@ void flow_set_mpls_lse(struct flow *, int idx, ovs_be32 lse);
void flow_compose(struct dp_packet *, const struct flow *);
+bool parse_ipv6_ext_hdrs(const void **datap, size_t *sizep, uint8_t *nw_proto,
+ uint8_t *nw_frag);
+
static inline uint64_t
flow_get_xreg(const struct flow *flow, int idx)
{