secchan: Treat invalid table IDs in stats requests as requests for no flows.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 21:45:36 +0000 (14:45 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 21:45:36 +0000 (14:45 -0700)
commit408cae9478ac7463772760257a77a173982eed00
tree0e7fd38bf517c219abc0030de29b7cead4c3916c
parent1d191d3dff3a02f8d159be48b8ed7e073b97689f
secchan: Treat invalid table IDs in stats requests as requests for no flows.

Before, we treated invalid table IDs as requests for any flows in the table
at all, but it makes more sense to treat them as requests for no flows at
all.  (The value 0xff is explicitly defined by OpenFlow to mean "all
tables".)
secchan/ofproto.c