[3.16.y-ckt stable] Patch "net/ipv6: add sysctl option accept_ra_min_hop_limit" has been added to the 3.16.y-ckt tree

Luis Henriques luis.henriques at canonical.com
Thu Mar 24 10:04:37 UTC 2016


On Tue, Mar 22, 2016 at 08:02:28PM +0900, YOSHIFUJI Hideaki/吉藤英明 wrote:
> > diff --git a/include/uapi/linux/ipv6.h b/include/uapi/linux/ipv6.h
> > index 593b0e32d956..f1d321427905 100644
> > --- a/include/uapi/linux/ipv6.h
> > +++ b/include/uapi/linux/ipv6.h
> > @@ -163,6 +163,7 @@ enum {
> >  	DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL,
> >  	DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL,
> >  	DEVCONF_SUPPRESS_FRAG_NDISC,
> 
> Please add followings:
>         __DEVCONF_ACCEPT_RA_FROM_LOCAL,
>         __DEVCONF_USE_OPTIMISTIC,
>         __DEVCONF_ACCEPT_RA_MTU,
>         __DEVCONF_STABLE_SECRET,
>         __DEVCONF_USE_OIF_ADDRS_ONLY,
> 
> Otherwise 
> 
> > +	DEVCONF_ACCEPT_RA_MIN_HOP_LIMIT,
> 
> has different value than the value we have in mainline.

Thank you for your review, Yoshifuji.  I guess that makes sense, as this
is an uapi include file.  I'll modify this patch to include these
additional definitions in the enum.

Cheers,
--
Luís




More information about the kernel-team mailing list