summaryrefslogtreecommitdiff
path: root/lib/jsonrpc.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2015-03-11 13:32:01 -0700
committerJustin Pettit <jpettit@nicira.com>2015-03-12 17:01:10 -0700
commitd4763d1d4efbbcfd884df2d668980d61ec89d75a (patch)
tree2eabcdadda3c80156e043db08424730d471e09b1 /lib/jsonrpc.h
parentadb30d640af659b3eb31bdfa1e03c9434aa2671c (diff)
downloadopenvswitch-d4763d1d4efbbcfd884df2d668980d61ec89d75a.tar.gz
Use the IANA-assigned ports for OpenFlow and OVSDB.
We've been warning about the change since 2.1, which was released a year ago. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/jsonrpc.h')
-rw-r--r--lib/jsonrpc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/jsonrpc.h b/lib/jsonrpc.h
index b711d1ab6..5f46e3b14 100644
--- a/lib/jsonrpc.h
+++ b/lib/jsonrpc.h
@@ -35,9 +35,7 @@ struct stream;
/* Default port numbers.
*
* OVSDB_OLD_PORT defines the original port number used by OVS.
- * OVSDB_PORT defines the official port number assigned by IANA. By
- * default, we still uses OVSDB_OLD_PORT, but we present a warning that
- * that will change. */
+ * OVSDB_PORT defines the official port number assigned by IANA. */
#define OVSDB_OLD_PORT 6632
#define OVSDB_PORT 6640