Get rid of per-port STP implemented bits, by reducing OFPP_MAX to 255.
authorBen Pfaff <blp@nicira.com>
Sat, 20 Sep 2008 00:02:30 +0000 (17:02 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 20 Sep 2008 00:07:47 +0000 (17:07 -0700)
commit512f02d40587f4df648597b2aa878859d63b645e
tree5f3279b2e4e71497770be7eb750d179ddf62b1fe
parent1400bbb7eb5b3dc4fc5997d319c14bfb12665151
Get rid of per-port STP implemented bits, by reducing OFPP_MAX to 255.

802.1D Spanning Tree Protocol supports a maximum of 255 ports per bridge,
but OpenFlow supported 256, so 1 port had to not implement STP.  This
gets rid of the problem by reducing the maximum number of ports to 255.
include/openflow.h
lib/learning-switch.c
secchan/secchan.c