Linux tool for IPv6 unsolicited neighbor advertisements

ipv6linuxndp

Unsolicited neighbor advertisements is necessary to facilitate rapid service address takeover in a HA cluster. For IPv4 (ARP) you can use "arping -U", but so far I've had no luck finding any tool that can do something similar for IPv6.

EDIT:
After searching more maybe the question is: Is this tool needed for IPv6? To me it looks like NDP should be able to solve this by it self.

Best Answer

I've been investigating this too. So called Unsolicited Neighbor Advertisements are still required with NDP, see:

https://www.rfc-editor.org/rfc/rfc2461#section-7.2.6

On Debian based systems you can use ndsend which you can install as follows:

apt-get install vzctl