ofproto: Properly initialize table_id when creating rules.
authorBen Pfaff <blp@nicira.com>
Thu, 19 May 2011 23:18:57 +0000 (16:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 May 2011 22:55:00 +0000 (15:55 -0700)
commit0ab6decf2ce8bae6290967b6f0a3252dc86c4c55
tree90502b292a4edd61241ed737cfdc95f6e942d0b6
parent1ff83721f49bb89f2931ce464b4745e47c6a657a
ofproto: Properly initialize table_id when creating rules.

Nothing was initializing table_id, and there was no "hook" to choose an
appropriate table.  This fixes both problems.

Found by inspection.
ofproto/ofproto-dpif.c
ofproto/ofproto.c
ofproto/private.h