diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ipv6.h | 2 | ||||
-rw-r--r-- | include/linux/sysctl.h | 1 |
2 files changed, 3 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 | ||
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 236f537b38d2..f49488ffefef 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -534,6 +534,7 @@ enum { | |||
534 | NET_IPV6_ACCEPT_RA_DEFRTR=18, | 534 | NET_IPV6_ACCEPT_RA_DEFRTR=18, |
535 | NET_IPV6_ACCEPT_RA_PINFO=19, | 535 | NET_IPV6_ACCEPT_RA_PINFO=19, |
536 | NET_IPV6_ACCEPT_RA_RTR_PREF=20, | 536 | NET_IPV6_ACCEPT_RA_RTR_PREF=20, |
537 | NET_IPV6_RTR_PROBE_INTERVAL=21, | ||
537 | __NET_IPV6_MAX | 538 | __NET_IPV6_MAX |
538 | }; | 539 | }; |
539 | 540 | ||