X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-discover.8.in;h=61e4b123ff23c58205062ae6baf79da48611afee;hb=refs%2Fheads%2Fxs5.7;hp=d38ce9ee772d00bd62176959b89b80a6b178d320;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/utilities/ovs-discover.8.in b/utilities/ovs-discover.8.in index d38ce9ee7..61e4b123f 100644 --- a/utilities/ovs-discover.8.in +++ b/utilities/ovs-discover.8.in @@ -17,7 +17,7 @@ receives an acceptable DHCP response. It will accept any valid DHCP reply that has the same vendor class identifier and includes a vendor-specific option with code 1 whose contents are a string specifying the location of the controller in the same format used on -the \fBsecchan\fR command line (e.g. \fBssl:192.168.0.1\fR). +the \fBovs\-openflowd\fR command line (e.g. \fBssl:192.168.0.1\fR). When \fBovs\-discover\fR receives an acceptable response, it prints the details of the response on \fBstdout\fR. Then, by default, it @@ -28,15 +28,16 @@ itself to the background. .SH OPTIONS .TP \fB--accept-vconn=\fIregex\fR -By default, \fBovs\-discover\fR accepts any controller location -advertised over DHCP. With this option, only controllers whose names -match POSIX extended regular expression \fIregex\fR will be accepted. -Specifying \fBssl:.*\fR for \fIregex\fR, for example, would cause only -SSL controller connections to be accepted. +With this option, only controllers whose names match POSIX extended +regular expression \fIregex\fR will be accepted. Specifying +\fBssl:.*\fR for \fIregex\fR, for example, would cause only SSL +controller connections to be accepted. The \fIregex\fR is implicitly anchored at the beginning of the controller location string, as if it begins with \fB^\fR. +When this option is not given, the default \fIregex\fR is +\fBtcp:.*\fR. .TP \fB--exit-without-bind\fR By default, \fBovs\-discover\fR binds the network device that receives @@ -74,7 +75,7 @@ This option is mutually exclusive with \fB--exit-without-bind\fR and \fB--exit-after-bind\fR. .TP -\fB-P\fR[\fIpidfile\fR], \fB--pidfile\fR[\fB=\fIpidfile\fR] +\fB--pidfile\fR[\fB=\fIpidfile\fR] Causes a file (by default, \fBovs\-discover.pid\fR) to be created indicating the PID of the running process. If \fIpidfile\fR is not specified, or if it does not begin with \fB/\fR, then it is created in @@ -85,14 +86,13 @@ this this option has no effect when one of \fB--exit-without-bind\fR, \fB--exit-after-bind\fR, or \fB--no-detach\fR is also given. .TP -\fB-f\fR, \fB--force\fR -By default, when \fB-P\fR or \fB--pidfile\fR is specified and the -specified pidfile already exists and is locked by a running process, -\fBcontroller\fR refuses to start. Specify \fB-f\fR or \fB--force\fR -to cause it to instead overwrite the pidfile. +\fB--overwrite-pidfile\fR +By default, when \fB--pidfile\fR is specified and the specified pidfile +already exists and is locked by a running process, \fBcontroller\fR refuses +to start. Specify \fB--overwrite-pidfile\fR to cause it to instead +overwrite the pidfile. -When \fB-P\fR or \fB--pidfile\fR is not specified, this option has no -effect. +When \fB--pidfile\fR is not specified, this option has no effect. .so lib/vlog.man .so lib/common.man @@ -114,5 +114,5 @@ arriving IP packets, will not. .SH "SEE ALSO" -.BR secchan (8), -.BR ovs-pki (8) +.BR ovs\-openflowd (8), +.BR ovs\-pki (8)