aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r--include/linux/ipv6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index c609cc702375..1263d8cb3c18 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -150,6 +150,9 @@ struct ipv6_devconf {
150#ifdef CONFIG_IPV6_ROUTER_PREF 150#ifdef CONFIG_IPV6_ROUTER_PREF
151 __s32 accept_ra_rtr_pref; 151 __s32 accept_ra_rtr_pref;
152 __s32 rtr_probe_interval; 152 __s32 rtr_probe_interval;
153#ifdef CONFIG_IPV6_ROUTE_INFO
154 __s32 accept_ra_rt_info_max_plen;
155#endif
153#endif 156#endif
154 void *sysctl; 157 void *sysctl;
155}; 158};
@@ -177,6 +180,7 @@ enum {
177 DEVCONF_ACCEPT_RA_PINFO, 180 DEVCONF_ACCEPT_RA_PINFO,
178 DEVCONF_ACCEPT_RA_RTR_PREF, 181 DEVCONF_ACCEPT_RA_RTR_PREF,
179 DEVCONF_RTR_PROBE_INTERVAL, 182 DEVCONF_RTR_PROBE_INTERVAL,
183 DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN,
180 DEVCONF_MAX 184 DEVCONF_MAX
181}; 185};
182 186