diff options
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 108b75dccd9f..c609cc702375 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
@@ -149,6 +149,7 @@ struct ipv6_devconf { | |||
149 | __s32 accept_ra_pinfo; | 149 | __s32 accept_ra_pinfo; |
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 | #endif | 153 | #endif |
153 | void *sysctl; | 154 | void *sysctl; |
154 | }; | 155 | }; |
@@ -175,6 +176,7 @@ enum { | |||
175 | DEVCONF_ACCEPT_RA_DEFRTR, | 176 | DEVCONF_ACCEPT_RA_DEFRTR, |
176 | DEVCONF_ACCEPT_RA_PINFO, | 177 | DEVCONF_ACCEPT_RA_PINFO, |
177 | DEVCONF_ACCEPT_RA_RTR_PREF, | 178 | DEVCONF_ACCEPT_RA_RTR_PREF, |
179 | DEVCONF_RTR_PROBE_INTERVAL, | ||
178 | DEVCONF_MAX | 180 | DEVCONF_MAX |
179 | }; | 181 | }; |
180 | 182 | ||