[ovs-dev] [PATCH] ovn-northd: Fix spelling error in comment.

Ben Pfaff blp at ovn.org
Sun Aug 21 15:13:48 UTC 2016


On Sat, Aug 20, 2016 at 12:17:01PM -0500, Ryan Moats wrote:
> 
> 
> "dev" <dev-bounces at openvswitch.org> wrote on 08/20/2016 10:21:08 AM:
> 
> > From: Ben Pfaff <blp at ovn.org>
> > To: dev at openvswitch.org
> > Cc: Ben Pfaff <blp at ovn.org>
> > Date: 08/20/2016 10:21 AM
> > Subject: [ovs-dev] [PATCH] ovn-northd: Fix spelling error in comment.
> > Sent by: "dev" <dev-bounces at openvswitch.org>
> >
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> > ---
> >  ovn/northd/ovn-northd.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
> > index 625937d..0874a9c 100644
> > --- a/ovn/northd/ovn-northd.c
> > +++ b/ovn/northd/ovn-northd.c
> > @@ -1921,7 +1921,7 @@ build_pre_acls(struct ovn_datapath *od, struct
> > hmap *lflows,
> >      ovn_lflow_add(lflows, od, S_SWITCH_IN_PRE_ACL, 0, "1", "next;");
> >      ovn_lflow_add(lflows, od, S_SWITCH_OUT_PRE_ACL, 0, "1", "next;");
> >
> > -    /* If there are any stateful ACL rules in this dapapath, we must
> > +    /* If there are any stateful ACL rules in this datapath, we must
> >       * send all IP packets through the conntrack action, which handles
> >       * defragmentation, in order to match L4 headers. */
> >      if (has_stateful) {
> 
> And would you believe it took me 3 readings to *find* it??? (#sadpanda)
> 
> Acked-by: Ryan Moats <rmoats at us.ibm.com>

Thanks, applied to master.



More information about the dev mailing list