X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-openflowd.8.in;h=fcca9810b22156a8333474fd991c3cc935627214;hb=9ea5d2d58ba8783271d096d417082a8372b87c5d;hp=30b3705a17f463261fcf64b5be21611664521ded;hpb=cb49ee4fd15e1b24aaae4a2d25f3dd538734b4df;p=openvswitch diff --git a/utilities/ovs-openflowd.8.in b/utilities/ovs-openflowd.8.in index 30b3705a..fcca9810 100644 --- a/utilities/ovs-openflowd.8.in +++ b/utilities/ovs-openflowd.8.in @@ -30,6 +30,11 @@ OpenFlow controller or controllers. Each takes one of the following forms: . .so lib/vconn-active.man +.IP "\fBnone\fR" +Run without actively maintaining a connection to a remote OpenFlow +controller. (See the \fB\-\-listen\fR option, under \fBNetworking +Options\fR below, for another way to make OpenFlow connections to the +switch.) . .PP When multiple controllers are configured, \fBovs\-openflowd\fR @@ -173,7 +178,8 @@ the local port network device, and start the DHCP client afterward. .SS "OpenFlow Options" .TP \fB\-\-datapath\-id=\fIdpid\fR -Sets \fIdpid\fR, which must consist of exactly 16 hexadecimal digits, +Sets \fIdpid\fR, which must consist of exactly 16 hexadecimal digits +and may not be all-zero, as the datapath ID that the switch will use to identify itself to OpenFlow controllers. .IP @@ -428,9 +434,20 @@ switching. .SS "Logging Options" .so lib/vlog.man .SS "Other Options" +.so lib/unixctl.man .so lib/common.man .so lib/leak-checker.man . +.SH "RUNTIME MANAGEMENT COMMANDS" +\fBovs\-appctl\fR(8) can send commands to a running +\fBovs\-openflowd\fR process. The currently supported commands are +described below. +.SS "OVS\-OPENFLOWD COMMANDS" +These commands are specific to \fBovs\-openflowd\fR. +.IP "\fBexit\fR" +Causes \fBovs\-openflowd\fR to gracefully terminate. +.so lib/vlog-unixctl.man +. .SH "SEE ALSO" . .BR ovs\-appctl (8),