X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fovsdb-server.1.in;h=ec408a68ee27fa9ea2ce7caf5b4556a4db2a7980;hb=639b6d9c909300f572fe9c0d6b89ff4067b13121;hp=15382b486a48b7c714f552d7f392c50575a9ef7c;hpb=a75770889482d8b86c0c09d255f46c73169014b0;p=cascardo%2Fovs.git diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in index 15382b486..ec408a68e 100644 --- a/ovsdb/ovsdb-server.1.in +++ b/ovsdb/ovsdb-server.1.in @@ -194,6 +194,22 @@ RFC 4627 says that names within a JSON object should be unique. The Open vSwitch JSON parser discards all but the last value for a name that is specified more than once. . +.IP +The definition of allows for implementation extensions. +Currently \fBovsdb\-server\fR uses the following additional "error" +strings which might change in later releases): +. +.RS +.IP "\fBsyntax error\fR or \fBunknown column\fR" +The request could not be parsed as an OVSDB request. An additional +"syntax" member, whose value is a string that contains JSON, may +narrow down the particular syntax that could not be parsed. +.IP "\fBinternal error\fR" +The request triggered a bug in \fBovsdb\-server\fR. +.IP "\fBovsdb error\fR" +A map or set contains a duplicate key. +.RE +. .IP "3.2. Schema Format" RFC 7047 requires the "version" field in . Current versions of \fBovsdb\-server\fR allow it to be omitted (future