]> git.proxmox.com Git - mirror_ovs.git/blobdiff - vswitchd/vswitch.ovsschema
vswitchd: Active backup bonding.
[mirror_ovs.git] / vswitchd / vswitch.ovsschema
index d21a85c1414ad96abc4fe14a4d5ff24afd5b82d3..a8140b8abc8ab5aa84d6195946b9b246ff43a6c2 100644 (file)
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
- "version": "1.0.1",
- "cksum": "665434435 14130",
+ "version": "1.0.2",
+ "cksum": "3196651018 14282",
  "tables": {
    "Open_vSwitch": {
      "columns": {
        "mac": {
          "type": {"key": {"type": "string"},
                   "min": 0, "max": 1}},
+       "bond_type": {
+         "type": {"key": {"type": "string",
+           "enum": ["set", ["slb", "active-backup"]]},
+         "min": 0, "max": 1}},
        "bond_updelay": {
          "type": "integer"},
        "bond_downdelay": {