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

> Signed-off-by: Stephen Finucane <step...@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
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to