X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fipv6.h;h=297853c841b4b70d26b0b57e9528e1672885cdc8;hb=47005f255ed126a4b48a1a2f63164fb1d83bcb0a;hp=108b75dccd9ffc57f20279adadb17eef166c535a;hpb=930d6ff2e2a5f1538448d3b0b2652a8f0c0f6cba;p=linux-2.6 diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 108b75dccd..297853c841 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -1,7 +1,6 @@ #ifndef _IPV6_H #define _IPV6_H -#include #include #include @@ -149,6 +148,10 @@ struct ipv6_devconf { __s32 accept_ra_pinfo; #ifdef CONFIG_IPV6_ROUTER_PREF __s32 accept_ra_rtr_pref; + __s32 rtr_probe_interval; +#ifdef CONFIG_IPV6_ROUTE_INFO + __s32 accept_ra_rt_info_max_plen; +#endif #endif void *sysctl; }; @@ -175,6 +178,8 @@ enum { DEVCONF_ACCEPT_RA_DEFRTR, DEVCONF_ACCEPT_RA_PINFO, DEVCONF_ACCEPT_RA_RTR_PREF, + DEVCONF_RTR_PROBE_INTERVAL, + DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN, DEVCONF_MAX };