X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-controller.8.in;h=0501062fc3e1ad091a07d4c729f9aee73d1f475b;hb=e89e5374bebd6ae00098ce40511a36daa09fc77e;hp=c71a025053ec2641e7d9d461000f5c7e702f0177;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in index c71a0250..0501062f 100644 --- a/utilities/ovs-controller.8.in +++ b/utilities/ovs-controller.8.in @@ -81,19 +81,35 @@ to it by switches. This option is only for debugging the Open vSwitch implementation of ``fail open'' mode. It must not be used in production. . +.SS "Public Key Infrastructure Options" .so lib/ssl.man .so lib/ssl-peer-ca-cert.man .so lib/daemon.man .so lib/vlog.man +.so lib/unixctl.man .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),