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)
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().


No differences found