X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb-client.1.in;h=fe7b7fa2ab28e7340a326f2ffb6e97edba79d7dd;hb=ac1e8ee90853b5d248ea5d2d0f63ce0b5686a5b7;hp=c7a1feadf37600b0adc935ec20f75a210d696f14;hpb=20aa445d66ace847aa2945b372cc8d3c0e9b034b;p=openvswitch diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in index c7a1fead..fe7b7fa2 100644 --- a/ovsdb/ovsdb-client.1.in +++ b/ovsdb/ovsdb-client.1.in @@ -6,7 +6,10 @@ .. .\" -*- nroff -*- .TH ovsdb\-client 1 "November 2009" "Open vSwitch" "Open vSwitch Manual" +.\" This program's name: .ds PN ovsdb\-client +.\" SSL peer program's name: +.ds SN ovsdb\-server . .SH NAME ovsdb\-client \- command-line interface to \fBovsdb-server\fR(1) @@ -16,6 +19,8 @@ ovsdb\-client \- command-line interface to \fBovsdb-server\fR(1) .br \fBovsdb\-client \fR[\fIoptions\fR] \fBget\-schema\fI server database\fR .br +\fBovsdb\-client \fR[\fIoptions\fR] \fBget\-schema\-version\fI server database\fR +.br \fBovsdb\-client \fR[\fIoptions\fR] \fBlist\-tables\fI server database\fR .br \fBovsdb\-client \fR[\fIoptions\fR] \fBlist\-columns\fI server database \fR[\fItable\fR] @@ -58,6 +63,19 @@ be used for \fIdatabase\fR in the following commands. Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and prints it in JSON format. . +.IP "\fBget\-schema\-version\fI server database\fR" +Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and +prints its version number on stdout. A schema version number has the form +\fIx\fB.\fIy\fB.\fIz\fR. See \fBovs\-vswitchd.conf.db\fR(5) for +details. +.IP +Schema version numbers and Open vSwitch version numbers are +independent. +.IP +If \fIdatabase\fR was created before schema versioning was introduced, +then it will not have a version number and this command will print a +blank line. +. .IP "\fBlist\-tables\fI server database\fR" Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and prints a table listing the name of each table @@ -109,42 +127,8 @@ contents of \fItable\fR. Much of the output from \fBovsdb\-client\fR is in the form of tables. The following options controlling output formatting: . -.IP "\fB\-f \fIformat\fR" -.IQ "\fB\-\-format=\fIformat\fR" -Sets the type of table formatting. The following types of -\fIformat\fR are available: -.RS -.IP "\fBtable\fR (default)" -Text-based tables with aligned columns. -.IP "\fBhtml\fR" -HTML tables. -.IP "\fBcvs\fR" -Comma-separated values as defined in RFC 4180. -.RE -. -.IP "\fB\-d \fIformat\fR" -.IP "\fB\-\-data=\fIformat\fR" -Sets the formatting for cells within output tables. The following -types of \fIformat\fR are available: -.RS -.IP "\fBstring\fR (default)" -The simple format described in \fBovs\-vsctl\fR(8). -.IP "\fBjson\fR" -JSON. -.RE -. -.IP "\fB\-\-no\-heading\fR" -This option suppresses the heading row that otherwise appears in the -first row of table output. -. -.IP "\fB\-\-pretty\fR" -By default, JSON in output is printed as compactly as possible. This -option causes JSON in output to be printed in a more readable -fashion. Members of objects and elements of arrays are printed one -per line, with indentation. -.IP -This option does not affect JSON in tables, which is always printed -compactly. +.ds TD (default) +.so lib/table.man . .SS "Daemon Options" The daemon options apply only to the \fBmonitor\fR command. With any