ovn: Design and Schema changes for Container integration.
[cascardo/ovs.git] / ovn / ovn-nb.ovsschema
index b45723c..8b1e09a 100644 (file)
@@ -3,6 +3,7 @@
     "tables": {
         "Logical_Switch": {
             "columns": {
+                "name": {"type": "string"},
                 "router_port": {"type": {"key": {"type": "uuid",
                                                  "refTable": "Logical_Router_Port",
                                                  "refType": "strong"},
                                              "refTable": "Logical_Switch",
                                              "refType": "strong"}}},
                 "name": {"type": "string"},
+                "parent_name": {"type": {"key": "string", "min": 0, "max": 1}},
+                "tag": {
+                     "type": {"key": {"type": "integer",
+                                      "minInteger": 0,
+                                      "maxInteger": 4095},
+                              "min": 0, "max": 1}},
                 "macs": {"type": {"key": "string",
                                   "min": 0,
                                   "max": "unlimited"}},