flow: Avoid assertion failure on invalid IPv6 packet.
[openvswitch] / lib / classifier.h
index c82a4844978cd1d53a67d7d20f721ffd1bd2bf11..d3121bfb81d5eba998fc9418114aeae713ae54c2 100644 (file)
@@ -109,6 +109,7 @@ bool cls_rule_set_ipv6_src_masked(struct cls_rule *, const struct in6_addr *,
 void cls_rule_set_ipv6_dst(struct cls_rule *, const struct in6_addr *);
 bool cls_rule_set_ipv6_dst_masked(struct cls_rule *, const struct in6_addr *,
                                   const struct in6_addr *);
+void cls_rule_set_nd_target(struct cls_rule *, const struct in6_addr);
 
 bool cls_rule_equal(const struct cls_rule *, const struct cls_rule *);