]> git.proxmox.com Git - ovs.git/commit
ovsdb-idlc: Add infrastructure for IDL schema extensions.
authorBen Pfaff <blp@ovn.org>
Fri, 7 Oct 2016 20:35:29 +0000 (13:35 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 1 May 2018 00:12:23 +0000 (17:12 -0700)
commit28c07bdcab4033eb3396cda7f8a4cd61382337d1
treeac0f68f3a28bd40c32980b1d3c52d0a784c3ea6b
parente8505fd7ebd3a0965e481c5dc49aacd6f1ef8632
ovsdb-idlc: Add infrastructure for IDL schema extensions.

An IDL schema is an OVSDB schema with some extra stuff in it.  So far, all
of the extras have been at the top level.  This commit makes it possible
for IDL schemas to have extra information at the table and column levels as
long as it is in an "extensions" member.

No extensions are actually supported yet.

Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/ovsdb-idlc.1
python/ovs/db/schema.py