diff mbox series

[ovs-dev] ovn-nb.xml: Minor documentation corrections.

Message ID 20190117002209.10654-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] ovn-nb.xml: Minor documentation corrections. | expand

Commit Message

Ben Pfaff Jan. 17, 2019, 12:22 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ovn/ovn-nb.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Han Zhou Jan. 17, 2019, 3:44 a.m. UTC | #1
On Wed, Jan 16, 2019 at 4:54 PM Ben Pfaff <blp@ovn.org> wrote:
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  ovn/ovn-nb.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
> index 6d6fb055a082..47a36ddab52c 100644
> --- a/ovn/ovn-nb.xml
> +++ b/ovn/ovn-nb.xml
> @@ -1093,7 +1093,7 @@
>        highest-<ref column="priority"/> matching row in this table determines a
>        packet's treatment.  If no row matches, packets are allowed by default.
>        (Default-deny treatment is possible: add a rule with
> -      <ref column="priority"/> 0, <code>0</code> as <ref column="match"/>,
> +      <ref column="priority"/> 0, <code>1</code> as <ref column="match"/>,
>        and <code>deny</code> as <ref column="action"/>.)
>      </p>
>
> @@ -1238,7 +1238,7 @@
>      </column>
>
>      <column name="static_routes">
> -      One or more static routes for the router.
> +      Zero or more static routes for the router.
>      </column>
>
>      <column name="enabled">
> --
> 2.20.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Acked-by: Han Zhou <hzhou8@ebay.com>
Ben Pfaff Jan. 17, 2019, 5:33 p.m. UTC | #2
On Wed, Jan 16, 2019 at 07:44:17PM -0800, Han Zhou wrote:
> On Wed, Jan 16, 2019 at 4:54 PM Ben Pfaff <blp@ovn.org> wrote:
> >
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  ovn/ovn-nb.xml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
> > index 6d6fb055a082..47a36ddab52c 100644
> > --- a/ovn/ovn-nb.xml
> > +++ b/ovn/ovn-nb.xml
> > @@ -1093,7 +1093,7 @@
> >        highest-<ref column="priority"/> matching row in this table determines a
> >        packet's treatment.  If no row matches, packets are allowed by default.
> >        (Default-deny treatment is possible: add a rule with
> > -      <ref column="priority"/> 0, <code>0</code> as <ref column="match"/>,
> > +      <ref column="priority"/> 0, <code>1</code> as <ref column="match"/>,
> >        and <code>deny</code> as <ref column="action"/>.)
> >      </p>
> >
> > @@ -1238,7 +1238,7 @@
> >      </column>
> >
> >      <column name="static_routes">
> > -      One or more static routes for the router.
> > +      Zero or more static routes for the router.
> >      </column>
> >
> >      <column name="enabled">
> > --
> > 2.20.1
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
> Acked-by: Han Zhou <hzhou8@ebay.com>

Thanks!  Applied to master.
diff mbox series

Patch

diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
index 6d6fb055a082..47a36ddab52c 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -1093,7 +1093,7 @@ 
       highest-<ref column="priority"/> matching row in this table determines a
       packet's treatment.  If no row matches, packets are allowed by default.
       (Default-deny treatment is possible: add a rule with
-      <ref column="priority"/> 0, <code>0</code> as <ref column="match"/>,
+      <ref column="priority"/> 0, <code>1</code> as <ref column="match"/>,
       and <code>deny</code> as <ref column="action"/>.)
     </p>
 
@@ -1238,7 +1238,7 @@ 
     </column>
 
     <column name="static_routes">
-      One or more static routes for the router.
+      Zero or more static routes for the router.
     </column>
 
     <column name="enabled">