summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-idlc.1
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-08 14:09:41 -0800
committerBen Pfaff <blp@nicira.com>2010-02-08 14:16:19 -0800
commit0d0f05b909b6428d44eb147bd4edd73782d2a137 (patch)
treec64d595c7df2281b6a69d00dc2a4f73d37986a40 /ovsdb/ovsdb-idlc.1
parentbd76d25d8b3b7d11c5a326e91d784ad2cdeecd45 (diff)
downloadopenvswitch-0d0f05b909b6428d44eb147bd4edd73782d2a137.tar.gz
ovsdb: Add support for referential integrity in the database itself.
Diffstat (limited to 'ovsdb/ovsdb-idlc.1')
-rw-r--r--ovsdb/ovsdb-idlc.111
1 files changed, 0 insertions, 11 deletions
diff --git a/ovsdb/ovsdb-idlc.1 b/ovsdb/ovsdb-idlc.1
index 1a7e8041d..a2de7aec7 100644
--- a/ovsdb/ovsdb-idlc.1
+++ b/ovsdb/ovsdb-idlc.1
@@ -39,17 +39,6 @@ It will be output on an \fB#include\fR line in the source file
generated by the C bindings. It should include the bracketing
\fB""\fR or \fB<>\fR.
.
-.IP "\fB""\fBkeyRefTable\fR"" member of <type>"
-A <type> whose \fBkey\fR is \fB"uuid"\fR may have an additional member
-named \fB"keyRefTable"\fR, whose value is a table name. This
-expresses the constraint that keys of the given <type> are UUIDs that
-reference rows in the named table. This allows the IDL to supply a
-structure pointer in place of a raw UUID in its marshalled version of
-the given type.
-.
-.IP "\fB""valueRefTable""\fR member of <type>"
-Analogous to \fB"keyRefTable"\fR in meaning and effect, except that it
-applies to the \fB"value"\fR member of the <type>.
.SS "Commands"
.IP "\fBannotate\fI schema annotations\fR"
Reads \fIschema\fR, which should be a file in JSON format (ordinarily