datapath: Get rid of compat.h, compat26.h in favor of modern approach.
[openvswitch] / vswitchd / vswitch.ovsschema
index 04b691a53add55de6a4b7cba03eb46ac73cb6dfa..70e56f4c14e09d4eb73df00d0c2fe002aa3ee52a 100644 (file)
@@ -1,4 +1,6 @@
 {"name": "Open_vSwitch",
+ "version": "1.0.5",
+ "cksum": "2737967217 14145",
  "tables": {
    "Open_vSwitch": {
      "columns": {
@@ -34,6 +36,9 @@
        "ovs_version": {
          "type": {"key": {"type": "string"},
                   "min": 0, "max": 1}},
+       "db_version": {
+         "type": {"key": {"type": "string"},
+                  "min": 0, "max": 1}},
        "system_type": {
          "type": {"key": {"type": "string"},
                   "min": 0, "max": 1}},
        "mac": {
          "type": {"key": {"type": "string"},
                   "min": 0, "max": 1}},
+       "bond_mode": {
+         "type": {"key": {"type": "string",
+           "enum": ["set", ["balance-slb", "active-backup"]]},
+         "min": 0, "max": 1}},
        "bond_updelay": {
          "type": "integer"},
        "bond_downdelay": {