[ovs-dev] [PATCH 05/23] doc: Convert OVSDB-replication to rST

Russell Bryant russell at ovn.org
Thu Nov 3 19:45:16 UTC 2016


On Sun, Oct 30, 2016 at 2:29 PM, Stephen Finucane <stephen at that.guru> wrote:

> Signed-off-by: Stephen Finucane <stephen at that.guru>
> ---
>  Documentation/OVSDB-replication.md  | 152 -------------------------------
>  Documentation/OVSDB-replication.rst | 172 ++++++++++++++++++++++++++++++
> ++++++
>  Documentation/automake.mk           |   2 +-
>  3 files changed, 173 insertions(+), 153 deletions(-)
>  delete mode 100644 Documentation/OVSDB-replication.md
>  create mode 100644 Documentation/OVSDB-replication.rst
>

Small list formatting fix needed on this one:

diff --git a/Documentation/OVSDB-replication.rst
b/Documentation/OVSDB-replication.rst
index d8f94f4..fbf5a9b 100644
--- a/Documentation/OVSDB-replication.rst
+++ b/Documentation/OVSDB-replication.rst
@@ -126,8 +126,8 @@ notification, the following process occurs:
 3. For each ``<table-update>`` in the ``<table-updates>`` object do:

     1. For each ``<row-update>`` in ``<table-update>`` check what kind of
-           operation should be executed according to the following criteria
-           about the presence of the object members:
+       operation should be executed according to the following criteria
+       about the presence of the object members:

        - If ``old`` member is not present, execute an insert operation
using
          ``<row>`` from the ``new`` member.



-- 
Russell Bryant



More information about the dev mailing list