summaryrefslogtreecommitdiff
path: root/lib/flow.h
diff options
context:
space:
mode:
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)
{