On Wed, Mar 04, 2020 at 12:09:20PM -0800, Han Zhou wrote: > On Tue, Mar 3, 2020 at 10:37 AM Ben Pfaff <[email protected]> wrote: > > > > Reported-by: Toms Atteka <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > 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 > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Acked-by: Han Zhou <[email protected]>
Thanks. Applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
