X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-vsctl.8.in;h=ee1eadf3788843d6ccd6edcccb2f2de81316af2d;hb=87eeed4c03ebb0847c093eeb8a6b7af5f2fd33af;hp=7db3ddcdcfdb9d45fb8a35a2b02f76a66ab5c5fa;hpb=7c79588e006eb28e51ca8b715e22abce0c81f5d4;p=openvswitch diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index 7db3ddcd..ee1eadf3 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -9,7 +9,6 @@ . RS -0.15in . I "\\$1" . RE -. PP .. .TH ovs\-vsctl 8 "November 2009" "Open vSwitch" "Open vSwitch Manual" .ds PN ovs\-vsctl @@ -80,7 +79,7 @@ the global options by \fB\-\-\fR. .IP "\fB\-\-db=\fIserver\fR" Sets \fIserver\fR as the database server that \fBovs\-vsctl\fR contacts to query or modify configuration. The default is -\fBunix:@RUNDIR@/ovsdb\-server\fR. \fIserver\fR must take one of the +\fBunix:@RUNDIR@/db.sock\fR. \fIserver\fR must take one of the following forms: .RS .so ovsdb/remote-active.man @@ -121,6 +120,7 @@ zero will cause \fBovs\-vsctl\fR to wait forever. If the timeout expires, not used, \fBovs\-vsctl\fR uses a timeout of five seconds. (A timeout would normally happen only if the database cannot be contacted.) . +.SS "Public Key Infrastructure Options" .so lib/ssl.man .so lib/vlog.man . @@ -312,7 +312,7 @@ the following forms: .RE . .ST "Controller Failure Settings" -. +.PP When a controller is configured, it is, ordinarily, responsible for setting up all flows on the switch. Thus, if the connection to the controller fails, no new network connections can be set up. If @@ -376,6 +376,7 @@ Sets the SSL configuration. The \fB\-\-bootstrap\fR option is described below. . .ST "CA Certificate Bootstrap" +.PP Ordinarily, all of the files named in the SSL configuration must exist when \fBovs\-vswitchd\fR starts. However, if the \fB\-\-bootstrap\fR option is given, then \fBovs\-vswitchd\fR will attempt to obtain the @@ -442,6 +443,7 @@ abbreviations are acceptable, e.g. \fBnet\fR or \fRn\fR is sufficient to identify the \fBNetFlow\fR table. . .ST "Database Values" +.PP Each column in the database accepts a fixed type of data. The currently defined basic types, and their representations, are: .IP "integer" @@ -482,7 +484,6 @@ as \fB{}\fR, and curly braces may be optionally enclose non-empty maps as well. . .ST "Database Command Syntax" -. .IP "\fBlist \fItable \fR[\fIrecord\fR]..." List the values of all columns of each specified \fIrecord\fR. If no records are specified, lists all the records in \fItable\fR.