Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.
authorJustin Pettit <jpettit@nicira.com>
Mon, 23 Sep 2013 21:33:09 +0000 (14:33 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 1 Oct 2013 23:18:45 +0000 (16:18 -0700)
commitca843648e3b4181a52a398b902e5e69221976476
tree88eb2b8f9a6c3d69a131db8923e1d30f00d5e0ec
parent2a10d620dc1680cb62c014afee3af730c3412c3b
Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.

The OVS code has always made a distinction between the unencrypted (TCP)
and SSL port numbers for the OpenFlow and OVSDB protocols.  The default
port numbers for both protocols has changed, and there continues to be
no distinction between the unencrypted and SSL versions.  This
commit removes the distinction in port numbers.  A future patch will
recognize the change in default port number.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-common.h
lib/jsonrpc.c
lib/jsonrpc.h
lib/stream-ssl.c
lib/stream.c
lib/stream.h
lib/vconn-stream.c
lib/vconn.c
ofproto/connmgr.c
vswitchd/bridge.c