Fix buggy table-linear iterator function.
authorBen Pfaff <blp@nicira.com>
Mon, 19 May 2008 20:39:24 +0000 (13:39 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 May 2008 16:58:22 +0000 (09:58 -0700)
commit4f8e1eb53926244233eb4521f46354d1fc206359
tree58e9565de50719470686e2a0e34145d610eaf77b
parentdfdde7a55fa31b9b82d6767319e4943e47d70999
Fix buggy table-linear iterator function.

Apparently the linear table iteration had never really been tested,
since most flows go into table-hash.  It didn't work.  This fixes it.
datapath/table-linear.c