On Thu, 1 Nov 2018 00:14:38 +0000 Jeff Barnhill <0xeff...@gmail.com> wrote:
> diff --git a/include/net/addrconf.h b/include/net/addrconf.h > index 14b789a123e7..799af1a037d1 100644 > --- a/include/net/addrconf.h > +++ b/include/net/addrconf.h > @@ -317,6 +317,8 @@ bool ipv6_chk_acast_addr(struct net *net, struct > net_device *dev, > const struct in6_addr *addr); > bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev, > const struct in6_addr *addr); > +int anycast_init(void); > +void anycast_cleanup(void); One minor nit that should be fixed. To avoid any potential naming conflicts, please prefix all ipv6 global symbols with ipv6_