Support up to 0xff00 ports in OpenFlow, without changing the implemented max.
authorBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 17:53:27 +0000 (10:53 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 17:53:27 +0000 (10:53 -0700)
commit4a4424a7398f09651e6102ebd08a01203e310d98
treec1fd7cf9c1d4d4e938ceab410b7f2dcb14a233dd
parente26574fdd94563d7eeb21cc84033c81cfb6aa69b
Support up to 0xff00 ports in OpenFlow, without changing the implemented max.
datapath/datapath.c
datapath/datapath.h
include/Makefile.am
include/openflow.h
include/port-array.h [new file with mode: 0644]
lib/Makefile.am
lib/learning-switch.c
lib/ofp-print.c
lib/port-array.c [new file with mode: 0644]
secchan/secchan.c
switch/datapath.c