classifier: Avoid accumulating junk in cls_partition 'tags'.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Sep 2013 22:36:51 +0000 (15:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 Sep 2013 19:40:49 +0000 (12:40 -0700)
It's easy to add two tags together, but it's hard to subtract them.  The
new "tag_tracker" data structure provides a solution.

Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found