ofproto: Allow ->rule_choose_table() to be NULL regardless of table count.
authorBen Pfaff <blp@nicira.com>
Thu, 28 Jul 2011 22:01:20 +0000 (15:01 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Aug 2011 23:05:35 +0000 (16:05 -0700)
commit13521ff59379b6a7a91be18ce8d903cd698694b3
tree74cd9560bcb862dd9a2901b58d8c9b215593fe7b
parent073e2a6f2383cf7c17f78b8fa29e6e5293f60ba0
ofproto: Allow ->rule_choose_table() to be NULL regardless of table count.

In the upcoming software switch implementation of multiple tables, there is
no reason to prefer one table over another, so we always put rules into
table 0 by default.  This commit allows this to be done simply by
specifying NULL as ->rule_choose_table().
ofproto/ofproto-provider.h
ofproto/ofproto.c