X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fclassifier.h;h=d3121bfb81d5eba998fc9418114aeae713ae54c2;hb=033419e81cac78924359f375e4ca558380f094c4;hp=c82a4844978cd1d53a67d7d20f721ffd1bd2bf11;hpb=d31f1109f10e5ffb9bf266306b913ebf23781666;p=openvswitch diff --git a/lib/classifier.h b/lib/classifier.h index c82a4844..d3121bfb 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -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 *);