From patchwork Thu Apr 19 14:17:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 901190 X-Patchwork-Delegate: ian.stokes@intel.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=intel.com 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 40Rh0Q2qn1z9s2M for ; Fri, 20 Apr 2018 00:17:58 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id C7F88DAF; Thu, 19 Apr 2018 14:17:29 +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 B6F6EDA3 for ; Thu, 19 Apr 2018 14:17:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id DE76B683 for ; Thu, 19 Apr 2018 14:17:26 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:17:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="221708912" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga005.fm.intel.com with ESMTP; 19 Apr 2018 07:17:25 -0700 From: Ian Stokes To: dev@openvswitch.org Date: Thu, 19 Apr 2018 15:17:09 +0100 Message-Id: <1524147432-3306-2-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> References: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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 v2 1/4] docs: Fix sflow documentation url and markup. 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 The link url link for the blog in sflow documentation causes make check-docs to fail with a broken link warning. Fix this by correcting the url address. Also use correct markup for note regarding the configuration of sflow. CC: Stephen Finucane Fixes: 198c5d3d0 ("doc: Add sFlow cookbook from website") Signed-off-by: Ian Stokes Acked-by: Stephen Finucane --- v1 -> v2 Changed Docs to docs in summary. --- Documentation/howto/sflow.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/howto/sflow.rst b/Documentation/howto/sflow.rst index afe1e7e..ae7737f 100644 --- a/Documentation/howto/sflow.rst +++ b/Documentation/howto/sflow.rst @@ -166,6 +166,9 @@ This document is heavily based on content from Neil McKee at InMon: - `https://mail.openvswitch.org/pipermail/ovs-dev/2010-July/165245.html `__ -- `http://blog.sflow.com/2010/01/open-vswitch.html - `__ (note: the configuration - syntax is out of date, but the high-level descriptions are correct) +- `https://blog.sflow.com/2010/01/open-vswitch.html + `__ + +.. note:: + The configuration syntax is out of date, but the high-level + descriptions are correct. From patchwork Thu Apr 19 14:17:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 901193 X-Patchwork-Delegate: ian.stokes@intel.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=intel.com 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 40Rh161HVXz9s1l for ; Fri, 20 Apr 2018 00:18:34 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 9D561DA6; Thu, 19 Apr 2018 14:17:31 +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 8F39BDA4 for ; Thu, 19 Apr 2018 14:17:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 87741690 for ; Thu, 19 Apr 2018 14:17:28 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:17:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="221708924" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga005.fm.intel.com with ESMTP; 19 Apr 2018 07:17:27 -0700 From: Ian Stokes To: dev@openvswitch.org Date: Thu, 19 Apr 2018 15:17:10 +0100 Message-Id: <1524147432-3306-3-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> References: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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 v2 2/4] docs: Fix style guide url in DocumentationStyle.rst. 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 The link used for IBM Style Guide is no longer valid. As there is no longer a valid link via redbooks remove the url to avoid make check-docs failing. Cc: Stephen Finucane Fixes: 26ea2d409 ("docs: Add writing guide") Signed-off-by: Ian Stokes Acked-by: Stephen Finucane --- v1 -> v2 Add new link for IBM Documentation Style. Add italics for 'IBM Documentaiton Style'. --- Documentation/internals/contributing/documentation-style.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/internals/contributing/documentation-style.rst b/Documentation/internals/contributing/documentation-style.rst index 9c47bd6..07bfe2b 100644 --- a/Documentation/internals/contributing/documentation-style.rst +++ b/Documentation/internals/contributing/documentation-style.rst @@ -358,8 +358,8 @@ Writing Style ------------- Follow these guidelines to ensure readability and consistency of the Open -vSwitch documentation. These guidelines are based on the `IBM Style Guide -`__. +vSwitch documentation. These guidelines are based on the `/*IBM Style Guide/* +`__. - Use standard US English From patchwork Thu Apr 19 14:17:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 901196 X-Patchwork-Delegate: ian.stokes@intel.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=intel.com 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 40Rh1s1SVWz9s1w for ; Fri, 20 Apr 2018 00:19:13 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 9962ADB6; Thu, 19 Apr 2018 14:17:34 +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 E8EDCDA6 for ; Thu, 19 Apr 2018 14:17:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 818E4691 for ; Thu, 19 Apr 2018 14:17:30 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:17:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="221708938" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga005.fm.intel.com with ESMTP; 19 Apr 2018 07:17:29 -0700 From: Ian Stokes To: dev@openvswitch.org Date: Thu, 19 Apr 2018 15:17:11 +0100 Message-Id: <1524147432-3306-4-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> References: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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 v2 3/4] docs: Fix sphinx urls. 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 Update dead url links for sphinx documentation to avoid make check-docs failing. Cc: Stephen Finucane Fixes: 26ea2d409 ("docs: Add writing guide") Fixes: 73c76b447 ("doc: Add info on building documentation") Signed-off-by: Ian Stokes Acked-by: Stephen Finucane --- v1 -> v2 Use correct url for sphinx documentation. --- Documentation/internals/contributing/documentation-style.rst | 3 ++- Documentation/intro/install/documentation.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/internals/contributing/documentation-style.rst b/Documentation/internals/contributing/documentation-style.rst index 07bfe2b..deb07d9 100644 --- a/Documentation/internals/contributing/documentation-style.rst +++ b/Documentation/internals/contributing/documentation-style.rst @@ -442,4 +442,5 @@ Useful Links - `Quick reStructuredText `__ -- `Sphinx Documentation `__ +- `Sphinx Documentation + `__ diff --git a/Documentation/intro/install/documentation.rst b/Documentation/intro/install/documentation.rst index 0eeeab1..d7eb25d 100644 --- a/Documentation/intro/install/documentation.rst +++ b/Documentation/intro/install/documentation.rst @@ -58,7 +58,7 @@ wish to install using ``pip``:: $ source .venv/bin/activate $ pip install -r Documentation/requirements.txt -__ http://www.sphinx-doc.org/install.html +__ http://www.sphinx-doc.org/en/master/usage/installation.html Configuring ----------- @@ -86,4 +86,4 @@ Makefile targets:: Once built, documentation is available in the ``/Documentation/_build`` folder. Open the root ``index.html`` to browse the documentation. -__ http://www.sphinx-doc.org/config.html +__ http://www.sphinx-doc.org/en/master/config.html From patchwork Thu Apr 19 14:17:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 901198 X-Patchwork-Delegate: ian.stokes@intel.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=intel.com 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 40Rh2h0TkXz9s2M for ; Fri, 20 Apr 2018 00:19:56 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 722D5DC5; Thu, 19 Apr 2018 14:17:35 +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 0AF38DB9 for ; Thu, 19 Apr 2018 14:17:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 826AC688 for ; Thu, 19 Apr 2018 14:17:32 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:17:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="221708954" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga005.fm.intel.com with ESMTP; 19 Apr 2018 07:17:31 -0700 From: Ian Stokes To: dev@openvswitch.org Date: Thu, 19 Apr 2018 15:17:12 +0100 Message-Id: <1524147432-3306-5-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> References: <1524147432-3306-1-git-send-email-ian.stokes@intel.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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 v2 4/4] docs: Fix urls in index.rst. 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 This patch prepends 'www' to openvswitch urls in index.rst. Without this make check-docs fails when verifying url liveness. Also remove url referencing ovsdb-server(5) as these are no longer accessible. Cc: Stephen Finucane Fixes: 4f6ec357c ("doc: Populate 'ref' section") Signed-off-by: Ian Stokes Acked-by: Stephen Finucane --- v1 -> v2 No change. --- Documentation/ref/index.rst | 214 ++++++++++++++++++++++---------------------- 1 file changed, 105 insertions(+), 109 deletions(-) diff --git a/Documentation/ref/index.rst b/Documentation/ref/index.rst index 5c85132..3d511de 100644 --- a/Documentation/ref/index.rst +++ b/Documentation/ref/index.rst @@ -50,146 +50,142 @@ The remainder are still in roff format can be found below: .. list-table:: * - ovn-architecture(7) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-controller(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-controller-vtep(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-ctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-nb(5) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-nbctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-northd(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-sb(5) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-sbctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovn-trace(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-appctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-bugtool(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-ctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovsdb-client(1) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovsdb-server(1) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ - * - ovsdb-server(5) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovsdb-tool(1) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-dpctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-dpctl-top(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-fields(7) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-l3ping(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-ofctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-parse-backtrace(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-pcap(1) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-pki(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-tcpdump(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-tcpundump(1) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-test(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-testcontroller(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-vlan-bug-workaround(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-vlan-test(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-vsctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-vswitchd(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - ovs-vswitchd.conf.db(5) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - vtep(5) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__ * - vtep-ctl(8) - - `(pdf) `__ - - `(html) `__ - - `(plain text) `__ + - `(pdf) `__ + - `(html) `__ + - `(plain text) `__