From patchwork Sun Jun 18 20:48:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bodireddy, Bhanuprakash" X-Patchwork-Id: 777505 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wrRHL1X6Zz9s3T for ; Mon, 19 Jun 2017 06:56:46 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id D8C21BD7; Sun, 18 Jun 2017 20:56:24 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 75624BBE for ; Sun, 18 Jun 2017 20:56:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id E1658E9 for ; Sun, 18 Jun 2017 20:56:22 +0000 (UTC) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 18 Jun 2017 13:56:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="114647819" Received: from silpixa00393942.ir.intel.com (HELO silpixa00393942.ger.corp.intel.com) ([10.237.223.42]) by orsmga005.jf.intel.com with ESMTP; 18 Jun 2017 13:56:20 -0700 From: Bhanuprakash Bodireddy To: dev@openvswitch.org Date: Sun, 18 Jun 2017 21:48:10 +0100 Message-Id: <1497818890-96089-2-git-send-email-bhanuprakash.bodireddy@intel.com> X-Mailer: git-send-email 2.4.11 In-Reply-To: <1497818890-96089-1-git-send-email-bhanuprakash.bodireddy@intel.com> References: <1497818890-96089-1-git-send-email-bhanuprakash.bodireddy@intel.com> X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH 2/2] ovsschema: Fix line lengths. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org 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 --- vswitchd/vswitch.ovsschema | 65 ++++++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 22 deletions(-) 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": {