aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-24 10:42:17 -0700
committerBen Pfaff <blp@nicira.com>2010-04-12 11:03:32 -0700
commitc6278d208924bb04c41266ddca276712f95533bc (patch)
treef1f4c9da13fc7fb6e48232effea7703987053ca0
parentc9f3f37a9d3eeac3740122569ec96c3658b615df (diff)
ovs-controller: Document how to use with management protocol.
-rw-r--r--utilities/ovs-controller.8.in24
1 files changed, 19 insertions, 5 deletions
diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in
index adef7182..0501062f 100644
--- a/utilities/ovs-controller.8.in
+++ b/utilities/ovs-controller.8.in
@@ -90,12 +90,26 @@ This option is only for debugging the Open vSwitch implementation of
.so lib/common.man
.
.SH EXAMPLES
-.
-.TP
-To bind locally to port 6633 (the default) and wait for incoming connections from OpenFlow switches:
.PP
-.B % ovs\-controller ptcp:
-.
+To bind locally to port 6633 (the default) and wait for incoming
+connections from OpenFlow switches:
+.IP
+\fB% ovs\-controller ptcp:\fR
+.SH "BUGS"
+.PP
+Configuring a Citrix XenServer to connect to a particular controller
+only points the remote OVSDB management connection to that controller.
+It does not also configure OpenFlow connections, because the manager
+is expected to do that over the management protocol.
+\fBovs\-controller\fR is not an Open vSwitch manager and does not know
+how to do that.
+.PP
+As a stopgap workaround, \fBovs\-vsctl\fR can wait for an OVSDB
+connection and set the controller, e.g.:
+.IP
+\fB% ovs\-vsctl \-t0 \-\-db=pssl: \-\-certificate=cert.pem
+\-\-ca\-cert=none \-\-private\-key=privkey.pem
+\-\-peer\-ca\-cert=cacert.pem set\-controller ssl:\fIip\fR
.SH "SEE ALSO"
.
.BR ovs\-openflowd (8),