On Wed, Mar 04, 2020 at 12:09:20PM -0800, Han Zhou wrote:
> On Tue, Mar 3, 2020 at 10:37 AM Ben Pfaff <b...@ovn.org> wrote:
> >
> > Reported-by: Toms Atteka <tatt...@vmware.com>
> > Signed-off-by: Ben Pfaff <b...@ovn.org>
> > ---
> >  lib/packets.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/packets.h b/lib/packets.h
> > index 5d7f82c45b6a..4c1e91dee254 100644
> > --- a/lib/packets.h
> > +++ b/lib/packets.h
> > @@ -963,7 +963,7 @@ union ovs_16aligned_in6_addr {
> >      ovs_16aligned_be32 be32[4];
> >  };
> >
> > -/* Like struct in6_hdr, but whereas that struct requires 32-bit
> alignment, this
> > +/* Like struct ip6_hdr, but whereas that struct requires 32-bit
> alignment, this
> >   * one only requires 16-bit alignment. */
> >  struct ovs_16aligned_ip6_hdr {
> >      union {
> > --
> > 2.24.1
> >
> > _______________________________________________
> > dev mailing list
> > d...@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
> Acked-by: Han Zhou <hz...@ovn.org>

Thanks.  Applied to master.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to