vswitch.ovsschema: Mark more CFM columns ephemeral.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Oct 2011 18:36:05 +0000 (11:36 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Oct 2011 16:04:55 +0000 (09:04 -0700)
I spotted these being logged to the database.  That doesn't match up with
our usual model, so mark them ephemeral.

vswitchd/vswitch.ovsschema

index b25ebad..b32e26b 100644 (file)
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
- "version": "6.1.0",
- "cksum": "3987556157 14663",
+ "version": "6.1.1",
+ "cksum": "282564184 14747",
  "tables": {
    "Open_vSwitch": {
      "columns": {
          "type": {
            "key": {"type": "integer"},
            "min": 0,
-           "max": "unlimited"}},
+           "max": "unlimited"},
+         "ephemeral": true},
        "cfm_fault": {
          "type": {
            "key": { "type": "boolean"},
            "min": 0,
-           "max": 1}},
+           "max": 1},
+         "ephemeral": true},
        "lacp_current": {
          "type": {"key": {"type": "boolean"},
-                  "min": 0, "max": 1}},
+                  "min": 0, "max": 1},
+         "ephemeral": true},
        "other_config": {
          "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
        "statistics": {