Make table_id in OpenFlow messages 8 bits, since 255 should be enough.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 15 Apr 2008 16:33:07 +0000 (09:33 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 15 Apr 2008 16:56:46 +0000 (09:56 -0700)
commitd2552c15f34eb5ed86db02820599a65493e39ca7
treec59fe947d0df5e8190eb2be04a8f9a848738d61b
parent0a1a6679735dfab65ab4903d7547d2a269029b56
Make table_id in OpenFlow messages 8 bits, since 255 should be enough.

Suggested by Justin.
datapath/datapath.c
include/openflow.h
lib/ofp-print.c
switch/datapath.c
utilities/dpctl.c