Signed-off-by: Russell Bryant <russ...@ovn.org> --- ovn/ovn-sb.ovsschema | 9 ++++++--- ovn/ovn-sb.xml | 7 +++++++ 2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema index 32f8748..06e8a07 100644 --- a/ovn/ovn-sb.ovsschema +++ b/ovn/ovn-sb.ovsschema @@ -1,7 +1,7 @@ { "name": "OVN_Southbound", - "version": "1.2.0", - "cksum": "1259182303 5368", + "version": "1.3.0", + "cksum": "654726257 5528", "tables": { "Chassis": { "columns": { @@ -12,7 +12,10 @@ "min": 1, "max": "unlimited"}}, "vtep_logical_switches" : {"type": {"key": "string", "min": 0, - "max": "unlimited"}}}, + "max": "unlimited"}}, + "external_ids": { + "type": {"key": "string", "value": "string", + "min": 0, "max": "unlimited"}}}, "isRoot": true, "indexes": [["name"]]}, "Encap": { diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml index effedb0..d68f3f6 100644 --- a/ovn/ovn-sb.xml +++ b/ovn/ovn-sb.xml @@ -172,6 +172,13 @@ ovn-controller-vtep will leave this column empty. </column> + <group title="Common Columns"> + The overall purpose of these columns is described under <code>Common + Columns</code> at the beginning of this document. + + <column name="external_ids"/> + </group> + <group title="Encapsulation Configuration"> <p> OVN uses encapsulation to transmit logical dataplane packets -- 2.5.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev