classifier: Change cls_rule_set_nd_target() to take a pointer.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Sep 2011 17:57:28 +0000 (10:57 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:08 +0000 (11:46 -0700)
commite7ed3a3a5f87d20f0cc632ae23adba6f30a4e19d
tree6e6b076736f21005520c7c59ba204f8678fa2034
parent21d486606d67881c9dccb59a6f0ba6cbd1af5dfa
classifier: Change cls_rule_set_nd_target() to take a pointer.

The other cls_rule_*() functions that take IPv6 addresses take a pointer
to an in6_addr, so cls_rule_set_nd_target() should as well for consistency.
Possibly this is more efficient also, although I guess it doesn't really
make much of a difference either way.
lib/classifier.c
lib/classifier.h
lib/ofp-parse.c