"dev" <[email protected]> wrote on 08/20/2016 10:21:08 AM:
> From: Ben Pfaff <[email protected]> > To: [email protected] > Cc: Ben Pfaff <[email protected]> > Date: 08/20/2016 10:21 AM > Subject: [ovs-dev] [PATCH] ovn-northd: Fix spelling error in comment. > Sent by: "dev" <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > --- > 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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
