classifier: Add functions and macros for iteration, and use them in ofproto.
authorBen Pfaff <blp@nicira.com>
Thu, 28 Oct 2010 23:18:20 +0000 (16:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 23:09:00 +0000 (15:09 -0800)
commit5ecc9d8156062191f0d53ba3dc2c5776c962b7c5
treebbfb4ab4e2fbed07975948ea50b77b21a1309e68
parent796d0648c1f9da07b758211b78528eaa5fa3c32d
classifier: Add functions and macros for iteration, and use them in ofproto.

This is much more convenient in practice than being forced to use a
callback function.
lib/classifier.c
lib/classifier.h
ofproto/ofproto.c
tests/test-classifier.c