1ndsend(8)                         Containers                         ndsend(8)
2
3
4

NAME

6       ndsend - send a Neighbor Advertisement NDP packet
7

SYNOPSIS

9       ndsend address interface
10

DESCRIPTION

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

OPTIONS

17       address
18              Specify the IPv6 address to be advertised.
19
20       interface
21              Specify the network interface to send an advertisement from.
22

EXIT STATUS

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

EXAMPLES

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

SEE ALSO

40       arpsend(8), vzctl(8).
41

LICENSE

43       Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL.
44

AUTHOR

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)
Impressum