ofproto: Limit OVS-assigned port numbers to 32767 and below.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Nov 2013 00:12:34 +0000 (16:12 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Nov 2013 00:12:34 +0000 (16:12 -0800)
commit484c8355ded7682e2a722eb7da8782b9f9b576c5
treeabff6e939fd8a4e69efc8720d90bf2c7795de1ff
parent9f5bbb005cde84505e112495e59604bf62e580ff
ofproto: Limit OVS-assigned port numbers to 32767 and below.

A couple of controller vendors have mentioned to me that they would like to
have some part of the OpenFlow port number space reserved for the
controller to use.  This commit reserves 32768 and up (roughly the upper
half of the OF1.0 port range) to the controller.

Bug #18753.
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
ofproto/ofproto.c
vswitchd/vswitch.xml