[ovs-dev] [PATCH] sparse: Make IN6_IS_ADDR_MC_LINKLOCAL and IN6_ARE_ADDR_EQUAL pickier.

Ben Pfaff blp at ovn.org
Wed Jul 11 15:28:58 UTC 2018


On Tue, Jul 10, 2018 at 10:19:22PM -0400, Aaron Conole wrote:
> Ben Pfaff <blp at ovn.org> writes:
> 
> > On GNU systems these macros work with arbitrary pointers, but the relevant
> > standards only require IN6_IS_ADDR_MC_LINKLOCAL to work with in6_addr (and
> > don't specify IN6_ARE_ADDR_EQUAL at all).  Make the "sparse"
> > implementations correspondingly pickier so that we catch any introduced
> > problems more quickly.
> >
> > CC: Aaron Conole <aconole at redhat.com>
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> > ---
> 
> LGTM
> 
> Acked-by: Aaron Conole <aconole at redhat.com>

Thanks, applied.


More information about the dev mailing list