On Wed, Jan 16, 2019 at 07:44:17PM -0800, Han Zhou wrote: > On Wed, Jan 16, 2019 at 4:54 PM Ben Pfaff <[email protected]> wrote: > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > 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 > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Acked-by: Han Zhou <[email protected]>
Thanks! Applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
