diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-01-14 22:15:45 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2004-01-14 22:15:45 -0800 |
| commit | 60cb2439cf78ac5fa4d37c94361538d9865a5898 (patch) | |
| tree | a6fa3a02cefc849c11d8bf2d984c4477c2a26f48 /include/linux | |
| parent | c21c7b412096f85b650241a189f79bb10f1a48bd (diff) | |
[IPV6]: Do not change DEVCONF_xxx indexed based upon kernel config.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index e073162776fa..ab97fc520921 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -159,13 +159,11 @@ enum { DEVCONF_RTR_SOLICITS, DEVCONF_RTR_SOLICIT_INTERVAL, DEVCONF_RTR_SOLICIT_DELAY, -#ifdef CONFIG_IPV6_PRIVACY DEVCONF_USE_TEMPADDR, DEVCONF_TEMP_VALID_LFT, DEVCONF_TEMP_PREFERED_LFT, DEVCONF_REGEN_MAX_RETRY, DEVCONF_MAX_DESYNC_FACTOR, -#endif DEVCONF_MAX_ADDRESSES, DEVCONF_MAX }; |
