Commit 8ed522bd authored by Bruce Allan's avatar Bruce Allan Committed by David S. Miller

[IPV6]: Export in6addr_{any,loopback} to modules.

parent ab315ecd
......@@ -29,3 +29,5 @@ EXPORT_SYMBOL(inet6_getname);
EXPORT_SYMBOL(inet6_ioctl);
EXPORT_SYMBOL(ipv6_get_saddr);
EXPORT_SYMBOL(ipv6_chk_addr);
EXPORT_SYMBOL(in6addr_any);
EXPORT_SYMBOL(in6addr_loopback);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment