On Sun, Jun 19, 2016 at 02:42:29PM -0500, Ryan Moats wrote:
> "dev" <dev-boun...@openvswitch.org> wrote on 06/19/2016 12:24:11 PM:
> 
> > From: Ben Pfaff <b...@ovn.org>
> > To: dev@openvswitch.org
> > Cc: Ben Pfaff <b...@ovn.org>
> > Date: 06/19/2016 12:24 PM
> > Subject: [ovs-dev] [PATCH] FAQ: Describe how to use "learn" as a
> primitive.
> > Sent by: "dev" <dev-boun...@openvswitch.org>
> >
> > Signed-off-by: Ben Pfaff <b...@ovn.org>
> > ---
> >  FAQ.md | 42 ++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 42 insertions(+)
> >
> > diff --git a/FAQ.md b/FAQ.md
> > index df6f225..2babb8f 100644
> > --- a/FAQ.md
> > +++ b/FAQ.md
> > @@ -2029,6 +2029,47 @@ A: OpenFlow actions are executed in the order
> > specified.  Thus, the
> >
> >         ovs-ofctl add-flow br0
> dl_vlan=123,actions=mod_vlan_vid:456,output:1
> >
> > +### Q: The "learn" action can't learn the action I want, can you improve
> it?
> > +
> > +A: By itself, the "learn" action can only put two kinds of actions
> > +   into the flows that it creates: "load" and "output" actions.  If
> > +   "learn" is used in isolation, these are severe limits.
> > +
> > +   Howver, "learn" is not meant to be used in isolation.  It is a
> 
> Typo: However

Thanks, fixed.

> > +   primitive meant to be used together with other Open vSwitch
> > +   features to accomplish a task.  Its existing features are enough to
> 
> Typo: I think this "Its" should be "It's" because it is a possessive.

It should be "its" because it's a possessive, see
e.g. http://grammarist.com/spelling/its-its/

The best form of it[']s is the It's-It, which makes me possessive
despite the apostrophe.  http://tinyurl.com/lw78q9r

> Once the two potential typos are fixed...
> 
> Acked-by: Ryan Moats <rmo...@us.ibm.com>

Thanks.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to