connmgr: Fix a typo.
[cascardo/ovs.git] / vtep / vtep.ovsschema
index 94494ab..62ec278 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "hardware_vtep",
-  "cksum": "1687941026 6625",
+  "cksum": "58544667 7319",
   "tables": {
     "Global": {
       "columns": {
@@ -25,6 +25,9 @@
           "type": {"key": {"type": "string"}, "min": 0, "max": "unlimited"}},
         "tunnel_ips": {
           "type": {"key": {"type": "string"}, "min": 0, "max": "unlimited"}},
+        "tunnels": {
+          "type": {"key": {"type": "uuid", "refTable": "Tunnel"},
+                   "min": 0, "max": "unlimited"}},
         "switch_fault_status": {
           "type": {
             "key": "string", "min": 0, "max": "unlimited"},
           "type": {
             "key": "string", "min": 0, "max": "unlimited"},
           "ephemeral": true}}},
+    "Tunnel": {
+      "columns": {
+        "local": {
+          "type": {"key": {"type": "uuid",
+                           "refTable": "Physical_Locator"}}},
+        "remote": {
+          "type": {"key": {"type": "uuid",
+                           "refTable": "Physical_Locator"}}},
+        "bfd_config_local": {
+          "type": {"key": "string", "value": "string",
+              "min": 0, "max": "unlimited"}},
+        "bfd_config_remote": {
+          "type": {"key": "string", "value": "string",
+              "min": 0, "max": "unlimited"}},
+        "bfd_params": {
+          "type": {"key": "string", "value": "string",
+              "min": 0, "max": "unlimited"}},
+        "bfd_status": {
+          "type": {"key": "string", "value": "string",
+              "min": 0, "max": "unlimited"}}}},
     "Logical_Binding_Stats": {
       "columns": {
         "bytes_from_local": {"type": "integer"},
               "enum": ["set", ["vxlan_over_ipv4"]],
               "type": "string"}},
           "mutable": false},
-        "dst_ip": {"type": "string", "mutable": false},
-        "bfd": {
-          "type": {"key": "string", "value": "string",
-              "min": 0, "max": "unlimited"}},
-        "bfd_status": {
-          "type": {"key": "string", "value": "string",
-              "min": 0, "max": "unlimited"}}},
+        "dst_ip": {"type": "string", "mutable": false}},
       "indexes": [["encapsulation_type", "dst_ip"]]},
     "Manager": {
       "columns": {
           "ephemeral": true}},
       "indexes": [["target"]],
       "isRoot": false}},
-  "version": "1.2.0"}
+  "version": "1.3.0"}