diff options
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index cde056e0818..391ad0843a4 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
@@ -163,6 +163,8 @@ struct ipv6_devconf { | |||
163 | #ifdef CONFIG_IPV6_MROUTE | 163 | #ifdef CONFIG_IPV6_MROUTE |
164 | __s32 mc_forwarding; | 164 | __s32 mc_forwarding; |
165 | #endif | 165 | #endif |
166 | __s32 disable_ipv6; | ||
167 | __s32 accept_dad; | ||
166 | void *sysctl; | 168 | void *sysctl; |
167 | }; | 169 | }; |
168 | 170 | ||
@@ -194,6 +196,8 @@ enum { | |||
194 | DEVCONF_OPTIMISTIC_DAD, | 196 | DEVCONF_OPTIMISTIC_DAD, |
195 | DEVCONF_ACCEPT_SOURCE_ROUTE, | 197 | DEVCONF_ACCEPT_SOURCE_ROUTE, |
196 | DEVCONF_MC_FORWARDING, | 198 | DEVCONF_MC_FORWARDING, |
199 | DEVCONF_DISABLE_IPV6, | ||
200 | DEVCONF_ACCEPT_DAD, | ||
197 | DEVCONF_MAX | 201 | DEVCONF_MAX |
198 | }; | 202 | }; |
199 | 203 | ||