ovn-nb: Add "enabled" column to Logical_Router_Port.
[cascardo/ovs.git] / ovn / ovn-nb.ovsschema
index 9d254e8..d45a682 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "OVN_Northbound",
     "version": "2.0.0",
-    "cksum": "1378979036 4524",
+    "cksum": "4186002454 4601",
     "tables": {
         "Logical_Switch": {
             "columns": {
@@ -85,6 +85,7 @@
                                           "refTable": "Logical_Router_Port",
                                           "refType": "strong"},
                                   "min": 0, "max": 1}},
+                "enabled": {"type": {"key": "boolean", "min": 0, "max": 1}},
                 "external_ids": {
                     "type": {"key": "string", "value": "string",
                              "min": 0, "max": "unlimited"}}},