From d4763d1d4efbbcfd884df2d668980d61ec89d75a Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 11 Mar 2015 13:32:01 -0700 Subject: 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 Acked-by: Ben Pfaff --- lib/vconn-passive.man | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/vconn-passive.man') diff --git a/lib/vconn-passive.man b/lib/vconn-passive.man index 0cf8fc1d6..9d9050b02 100644 --- a/lib/vconn-passive.man +++ b/lib/vconn-passive.man @@ -1,10 +1,9 @@ .IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]" .IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]" Listens for OpenFlow connections on \fIport\fR. The default -\fIport\fR is 6633, but a future version of Open vSwitch will change -the default to the IANA-defined port 6653. By default, connections +\fIport\fR is 6653. By default, connections are allowed from any IPv4 address. Specify \fIip\fR as an IPv4 -address or a bracketed IPv6 address (e.g. \fBptcp:6633:[::1]\fR). DNS +address or a bracketed IPv6 address (e.g. \fBptcp:6653:[::1]\fR). DNS names may not be used. For \fBpssl\fR, the \fB\-\-private\-key\fR,\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory. -- cgit v1.2.1