ovs-pki: Fix handling of relative log file name on --log option.
[openvswitch] / vswitchd / vswitch.ovsschema
index 04b691a53add55de6a4b7cba03eb46ac73cb6dfa..a8140b8abc8ab5aa84d6195946b9b246ff43a6c2 100644 (file)
@@ -1,4 +1,6 @@
 {"name": "Open_vSwitch",
+ "version": "1.0.2",
+ "cksum": "3196651018 14282",
  "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_type": {
+         "type": {"key": {"type": "string",
+           "enum": ["set", ["slb", "active-backup"]]},
+         "min": 0, "max": 1}},
        "bond_updelay": {
          "type": "integer"},
        "bond_downdelay": {
        "ingress_policing_burst": {
          "type": {"key": {"type": "integer",
                           "minInteger": 0}}},
+       "tunnel_egress_iface": {
+         "type": {"key": {"type": "string"},
+                  "min": 0, "max": 1},
+         "ephemeral": true},
        "mac": {
          "type": {"key": {"type": "string"},
                   "min": 0, "max": 1}},