diff mbox

[ovs-dev,2/2] ovsschema: Fix line lengths.

Message ID 1497818890-96089-2-git-send-email-bhanuprakash.bodireddy@intel.com
State Changes Requested
Headers show

Commit Message

Bodireddy, Bhanuprakash June 18, 2017, 8:48 p.m. UTC
According to coding style the line lengths should  be <=79. Fix the
schema file and update only the checksum as no changes are made to
schema.

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
---
 vswitchd/vswitch.ovsschema | 65 ++++++++++++++++++++++++++++++----------------
 1 file changed, 43 insertions(+), 22 deletions(-)

Comments

Ben Pfaff July 12, 2017, 4:32 p.m. UTC | #1
On Sun, Jun 18, 2017 at 09:48:10PM +0100, Bhanuprakash Bodireddy wrote:
> According to coding style the line lengths should  be <=79. Fix the
> schema file and update only the checksum as no changes are made to
> schema.
> 
> Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>

Please update the final number in the version, which is intended for
formatting-only changes like this.

Thanks,

Ben.
diff mbox

Patch

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 19b49da..47a50c7 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@ 
 {"name": "Open_vSwitch",
  "version": "7.15.0",
- "cksum": "544856471 23228",
+ "cksum": "4142341390 23608",
  "tables": {
    "Open_vSwitch": {
      "columns": {
@@ -17,7 +17,8 @@ 
                           "refTable": "SSL"},
                   "min": 0, "max": 1}},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "external_ids": {
          "type": {"key": "string", "value": "string",
                   "min": 0, "max": "unlimited"}},
@@ -26,7 +27,8 @@ 
        "cur_cfg": {
          "type": "integer"},
        "statistics": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "ovs_version": {
          "type": {"key": {"type": "string"},
@@ -105,15 +107,19 @@ 
                           "enum": ["set", ["standalone", "secure"]]},
                   "min": 0, "max": 1}},
        "status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "rstp_status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "external_ids": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "flood_vlans": {
          "type": {"key": {"type": "integer",
                           "minInteger": 0,
@@ -187,23 +193,29 @@ 
        "fake_bridge": {
          "type": "boolean"},
        "status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "rstp_status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "rstp_statistics": {
-           "type": {"key": "string", "value": "integer", "min": 0, "max": "unlimited"},
+           "type": {"key": "string", "value": "integer",
+                    "min": 0, "max": "unlimited"},
            "ephemeral": true},
        "statistics": {
-         "type": {"key": "string", "value": "integer", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "integer",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "protected": {
          "type": "boolean"},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "external_ids": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}}},
      "indexes": [["name"]]},
    "Interface": {
      "columns": {
@@ -213,7 +225,8 @@ 
        "type": {
          "type": "string"},
        "options": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "ingress_policing_rate": {
          "type": {"key": {"type": "integer",
                           "minInteger": 0}}},
@@ -236,7 +249,8 @@ 
            "max": 1},
          "ephemeral": true},
        "external_ids": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "ofport": {
          "type": {"key": "integer", "min": 0, "max": 1}},
        "ofport_request": {
@@ -297,12 +311,15 @@ 
            "type": {"key": "string", "value": "string",
                "min": 0, "max": "unlimited"}},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "statistics": {
-         "type": {"key": "string", "value": "integer", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "integer",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true},
        "admin_state": {
          "type": {"key": {"type": "string",
@@ -559,7 +576,8 @@ 
                           "minInteger": 25},
                   "min": 0, "max": 1}},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "external_ids": {
          "type": {"key": "string", "value": "string",
                   "min": 0, "max": "unlimited"}},
@@ -572,7 +590,8 @@ 
                   "min": 0, "max": 1},
          "ephemeral": true},
        "status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true}}},
    "Manager": {
      "columns": {
@@ -589,7 +608,8 @@ 
                   "enum": ["set", ["in-band", "out-of-band"]]},
                   "min": 0, "max": 1}},
        "other_config": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"}},
        "external_ids": {
          "type": {"key": "string", "value": "string",
                   "min": 0, "max": "unlimited"}},
@@ -597,7 +617,8 @@ 
          "type": "boolean",
          "ephemeral": true},
        "status": {
-         "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
+         "type": {"key": "string", "value": "string",
+                  "min": 0, "max": "unlimited"},
          "ephemeral": true}},
      "indexes": [["target"]]},
    "SSL": {