1ndsend(8) Containers ndsend(8)
2
3
4
6 ndsend - send a Neighbor Advertisement NDP packet
7
9 ndsend address interface
10
12 The ndsend utility is called by arpsend(8) for IPv6 addresses to send
13 an unsolicited Neighbor Advertisement ICMPv6 multicast packet announcā
14 ing a given IPv6 address to all IPv6 nodes as per RFC4861.
15
17 address
18 Specify the IPv6 address to be advertised.
19
20 interface
21 Specify the network interface to send an advertisement from.
22
24 ndsend returns 0 upon successful execution. If something goes wrong, it
25 returns an appropriate error code:
26
27 1 EXC_USAGE
28 Usage error
29
30 2 EXC_SYSTEM
31 System error
32
34 To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6
35 address 2001:DB8::1:
36
37 ndsend 2001:DB8::1 eth0
38
40 arpsend(8), vzctl(8).
41
43 Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL.
44
46 This manual page was initially written by Thorsten Schifferdecker
47 <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used
48 by others).
49
50
51
52OpenVZ 18 Mar 2012 ndsend(8)