ndsend(8) | Containers | ndsend(8) |
ndsend - send a Neighbor Advertisement NDP packet
ndsend |
address interface |
The ndsend utility is called by arpsend(8) for IPv6 addresses to send an unsolicited Neighbor Advertisement ICMPv6 multicast packet announcing a given IPv6 address to all IPv6 nodes as per RFC4861.
ndsend returns 0 upon successful execution. If something goes wrong, it returns an appropriate error code:
To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6 address 2001:DB8::1:
ndsend 2001:DB8::1 eth0
Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL.
This manual page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used by others).
18 Mar 2012 | OpenVZ |