mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
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>
Python library for working with Open vSwitch