ipv6: don't install anycast address for /128 addresses on routers
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 6 Jan 2014 16:53:14 +0000 (17:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jan 2014 21:32:43 +0000 (16:32 -0500)
commit88ad31491e21f5dec347911d9804c673af414a09
tree65f99276eb6fb39680a995ae4d68f5b4f3755ad8
parente5e97ee956d8c5ed2fc5877d29dee17a6a59de8e
ipv6: don't install anycast address for /128 addresses on routers

It does not make sense to create an anycast address for an /128-prefix.
Suppress it.

As 32019e651c6fce ("ipv6: Do not leave router anycast address for /127
prefixes.") shows we also may not leave them, because we could accidentally
remove an anycast address the user has allocated or got added via another
prefix.

Cc: François-Xavier Le Bail <fx.lebail@yahoo.com>
Cc: Thomas Haller <thaller@redhat.com>
Cc: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c