[ovs-dev] [PATCH] ovn-nb.xml: "true" match is actually expressed "1".

Ben Pfaff blp at nicira.com
Mon Apr 20 22:31:49 UTC 2015


Applied, thanks.

On Mon, Apr 20, 2015 at 03:13:52PM -0700, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpettit at nicira.com>
> 
> --Justin
> 
> 
> > On Apr 20, 2015, at 2:51 PM, Ben Pfaff <blp at nicira.com> wrote:
> > 
> > The original draft for the OVN expression language included "true" and
> > 'false" keywords but later I changed them to "1" and "0" and forgot to
> > update this text.
> > 
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > ovn/ovn-nb.xml |    2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
> > index 4163fcf..a1b3a07 100644
> > --- a/ovn/ovn-nb.xml
> > +++ b/ovn/ovn-nb.xml
> > @@ -169,7 +169,7 @@
> >       the 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"/> 1, <code>true</code> as <ref column="match"/>, and
> > +      column="priority"/> 1, <code>1</code> as <ref column="match"/>, and
> >       <code>deny</code> as <ref column="action"/>.)
> >     </p>
> > 
> > -- 
> > 1.7.10.4
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list