On Mon, Aug 03, 2015 at 07:48:28PM -0400, Russell Bryant wrote: > On 08/03/2015 07:43 PM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Russell Bryant <[email protected]>
Thanks, applied. > > diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c > > index 9f462cf..2ff2635 100644 > > --- a/datapath-windows/ovsext/User.c > > +++ b/datapath-windows/ovsext/User.c > > @@ -836,7 +836,7 @@ OvsGetUpcallMsgSize(PVOID userData, > > size += NlAttrTotalSize(userDataLen); > > } > > /* OVS_PACKET_ATTR_EGRESS_TUN_KEY */ > > - /* Is it included in the the flwo key attr XXX */ > > + /* Is it included in the flwo key attr XXX */ > > There's another typo in this line you could fix while you're at it: > s/flwo/flow/. Done, thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
