aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-controller.8.in
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
committerBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
commit8cd4882fd5c3080816a070ad582ef06842f7c482 (patch)
tree831da94590152ddd5498e8614aaeb9c026884e03 /utilities/ovs-controller.8.in
parentde2047c5124f4301931587cb4af79ebe4f5d2f02 (diff)
Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
These names are more meaningful, so we prefer them.
Diffstat (limited to 'utilities/ovs-controller.8.in')
-rw-r--r--utilities/ovs-controller.8.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in
index 380ddeca..b6b05d07 100644
--- a/utilities/ovs-controller.8.in
+++ b/utilities/ovs-controller.8.in
@@ -82,7 +82,7 @@ already have the controller CA certificate for it to have any
confidence in the controller's identity. However, this option allows
a newly installed switch to obtain the controller CA certificate on
first boot using, e.g., the \fB--bootstrap-ca-cert\fR option to
-\fBsecchan\fR(8).
+\fBovs\-openflowd\fR(8).
.IP "\fB-n\fR, \fB--noflow\fR"
By default, \fBovs\-controller\fR sets up a flow in each OpenFlow switch
@@ -103,7 +103,7 @@ recommended, flows will never expire. The default is 60 seconds.
This option affects only flows set up by the OpenFlow controller. In
some configurations, the switch can set up some flows
on its own. To set the idle time for those flows, pass
-\fB--max-idle\fR to \fBsecchan\fR (on the switch).
+\fB--max-idle\fR to \fBovs\-openflowd\fR (on the switch).
This option has no effect when \fB-n\fR (or \fB--noflow\fR) is in use
(because the controller does not set up flows in that case).
@@ -133,6 +133,6 @@ To bind locally to port 6633 (the default) and wait for incoming connections fro
.SH "SEE ALSO"
-.BR secchan (8),
+.BR ovs\-openflowd (8),
.BR ovs\-appctl (8),
.BR ovs\-dpctl (8)