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 2c3b799480c5..108b75dccd9f 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
@@ -147,6 +147,9 @@ struct ipv6_devconf { | |||
147 | __s32 max_addresses; | 147 | __s32 max_addresses; |
148 | __s32 accept_ra_defrtr; | 148 | __s32 accept_ra_defrtr; |
149 | __s32 accept_ra_pinfo; | 149 | __s32 accept_ra_pinfo; |
150 | #ifdef CONFIG_IPV6_ROUTER_PREF | ||
151 | __s32 accept_ra_rtr_pref; | ||
152 | #endif | ||
150 | void *sysctl; | 153 | void *sysctl; |
151 | }; | 154 | }; |
152 | 155 | ||
@@ -171,6 +174,7 @@ enum { | |||
171 | DEVCONF_FORCE_MLD_VERSION, | 174 | DEVCONF_FORCE_MLD_VERSION, |
172 | DEVCONF_ACCEPT_RA_DEFRTR, | 175 | DEVCONF_ACCEPT_RA_DEFRTR, |
173 | DEVCONF_ACCEPT_RA_PINFO, | 176 | DEVCONF_ACCEPT_RA_PINFO, |
177 | DEVCONF_ACCEPT_RA_RTR_PREF, | ||
174 | DEVCONF_MAX | 178 | DEVCONF_MAX |
175 | }; | 179 | }; |
176 | 180 | ||