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)
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>

No differences found