diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-04-24 20:44:49 +0900 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-25 22:29:57 -0700 |
commit | df8981dc1928f3a231d91f27c2b3dc373fb4d410 (patch) | |
tree | b55c3e7af5a5808fbbe5b6abf990315c04ff6030 /net | |
parent | 5056a1ef9e2597cff7b15904fbc74193f316fc40 (diff) | |
download | linux-3.10-df8981dc1928f3a231d91f27c2b3dc373fb4d410.tar.gz linux-3.10-df8981dc1928f3a231d91f27c2b3dc373fb4d410.tar.bz2 linux-3.10-df8981dc1928f3a231d91f27c2b3dc373fb4d410.zip |
[IPV6]: Export in6addr_any for future use.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index ea86bf4bfe0..e04e4937350 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -209,9 +209,7 @@ static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = { }; /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */ -#if 0 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; -#endif const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; static void addrconf_del_timer(struct inet6_ifaddr *ifp) |