summaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-05-29 13:23:34 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-31 01:23:36 -0700
commit4540250be1d724943a55eb9668e6edc1aaae28c4 (patch)
tree950d61c92b3130df509804b7204a20c7a33e0567 /include/linux/ipv6.h
parentb0ba66671a92f7d12fdbc42592d36e678f713efc (diff)
downloadop-kernel-dev-4540250be1d724943a55eb9668e6edc1aaae28c4.zip
op-kernel-dev-4540250be1d724943a55eb9668e6edc1aaae28c4.tar.gz
[IPV6] ADDRCONF: Fix conflicts in DEVCONF_xxx constant.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r--include/linux/ipv6.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 09ea01a..648bd1f 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -209,9 +209,8 @@ enum {
DEVCONF_RTR_PROBE_INTERVAL,
DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN,
DEVCONF_PROXY_NDP,
- __DEVCONF_OPTIMISTIC_DAD,
- DEVCONF_ACCEPT_SOURCE_ROUTE,
DEVCONF_OPTIMISTIC_DAD,
+ DEVCONF_ACCEPT_SOURCE_ROUTE,
DEVCONF_MAX
};
OpenPOWER on IntegriCloud