summaryrefslogtreecommitdiff
path: root/include/openflow/openflow-common.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-09-23 14:33:09 -0700
committerJustin Pettit <jpettit@nicira.com>2013-10-01 16:18:45 -0700
commitca843648e3b4181a52a398b902e5e69221976476 (patch)
tree88eb2b8f9a6c3d69a131db8923e1d30f00d5e0ec /include/openflow/openflow-common.h
parent2a10d620dc1680cb62c014afee3af730c3412c3b (diff)
downloadopenvswitch-ca843648e3b4181a52a398b902e5e69221976476.tar.gz
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>
Diffstat (limited to 'include/openflow/openflow-common.h')
-rw-r--r--include/openflow/openflow-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
index 5018f8500..5b0ccc5f9 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -105,7 +105,6 @@ enum ofp_version {
#define OFP_MAX_PORT_NAME_LEN 16
#define OFP_TCP_PORT 6633
-#define OFP_SSL_PORT 6633
#define OFP_ETH_ALEN 6 /* Bytes in an Ethernet address. */