[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181031223420.36e03da9@xeon-e3>
Date: Wed, 31 Oct 2018 22:34:20 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jeff Barnhill <0xeffeff@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuznet@....inr.ac.ru,
yoshfuji@...ux-ipv6.org
Subject: Re: [PATCH net v6] net/ipv6: Add anycast addresses to a global
hashtable
On Thu, 1 Nov 2018 00:14:38 +0000
Jeff Barnhill <0xeffeff@...il.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_
Powered by blists - more mailing lists