X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-controller.8.in;h=380ddeca14244d6194f5e72cabfcb6cb3c1f436d;hb=f7ef6533d8e48565f21a67021e8477b6f5a59ae3;hp=31c7a865c9bf3bb087c0f1df0a36aae6cc191cf4;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in index 31c7a865..380ddeca 100644 --- a/utilities/ovs-controller.8.in +++ b/utilities/ovs-controller.8.in @@ -16,16 +16,22 @@ protocol, causing them to function as L2 MAC-learning switches or hub. one or more of the following OpenFlow connection methods: .TP -\fBpssl:\fR[\fIport\fR] +\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR] Listens for SSL connections from remote OpenFlow switches on \fIport\fR (default: 6633). The \fB--private-key\fR, \fB--certificate\fR, and \fB--ca-cert\fR options are mandatory when this form is used. +By default, \fB\*(PN\fR listens for connections to any local IP +address, but \fIip\fR may be specified to listen only for connections +to the given \fIip\fR. .TP -\fBptcp:\fR[\fIport\fR] +\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR] Listens for TCP connections from remote OpenFlow switches on \fIport\fR (default: 6633). +By default, \fB\*(PN\fR listens for connections to any local IP +address, but \fIip\fR may be specified to listen only for connections +to the given \fIip\fR. .TP \fBpunix:\fIfile\fR