Difference between revisions of "Man/ndsend.8"
Botinki Kira (talk | contribs) (Automated import of articles *** existing text overwritten ***) |
(test: use em instead of % for left-align) |
||
Line 1: | Line 1: | ||
== NAME == | == NAME == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">ndsend − |
send a Neighbor Advertisement NDP packet</p> | send a Neighbor Advertisement NDP packet</p> | ||
== SYNOPSIS == | == SYNOPSIS == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">ndsend |
<i>address interface</i></p> | <i>address interface</i></p> | ||
== DESCRIPTION == | == DESCRIPTION == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">The |
<b>ndsend</b> utility is called by [[Man/arpsend.8|<b>arpsend</b>(8)]] for | <b>ndsend</b> utility is called by [[Man/arpsend.8|<b>arpsend</b>(8)]] for | ||
IPv6 addresses to send an unsolicited Neighbor Advertisement | IPv6 addresses to send an unsolicited Neighbor Advertisement | ||
Line 19: | Line 19: | ||
== OPTIONS == | == OPTIONS == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em"><i>address</i></p> |
− | <p style="margin-left: | + | <p style="margin-left:10em;">Specify the IPv6 address to be |
advertised.</p> | advertised.</p> | ||
− | <p style="margin-left: | + | <p style="margin-left:5em;"><i>interface</i></p> |
− | <p style="margin-left: | + | <p style="margin-left:10em;">Specify the network interface |
to send an advertisement from.</p> | to send an advertisement from.</p> | ||
== EXIT STATUS == | == EXIT STATUS == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em"><b>ndsend</b> |
returns 0 upon successful execution. If something goes | returns 0 upon successful execution. If something goes | ||
wrong, it returns an appropriate error code. <br> | wrong, it returns an appropriate error code. <br> | ||
1 EXC_USAGE</p> | 1 EXC_USAGE</p> | ||
− | <p style="margin-left: | + | <p style="margin-left:10em;">Usage error</p> |
− | <p style="margin-left: | + | <p style="margin-left:5em;">2 EXC_SYSTEM</p> |
− | <p style="margin-left: | + | <p style="margin-left:10em;">System error</p> |
== EXAMPLES == | == EXAMPLES == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">To send a |
Neighbor Advertisement ICMPv6 on interface <b>eth0</b> with | Neighbor Advertisement ICMPv6 on interface <b>eth0</b> with | ||
IPv6 address <b>2001:DB8::1</b>:</p> | IPv6 address <b>2001:DB8::1</b>:</p> | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em"><tt>ndsend |
2001:DB8::1 eth0</tt></p> | 2001:DB8::1 eth0</tt></p> | ||
== SEE ALSO == | == SEE ALSO == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em"><tt><b>arpsend</b></tt>(8), |
[[Man/vzctl.8|<b>vzctl</b>(8)]].</p> | [[Man/vzctl.8|<b>vzctl</b>(8)]].</p> | ||
== LICENSE == | == LICENSE == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">Copyright (C) |
2000-2011, Parallels, Inc. Licensed under GNU GPL.</p> | 2000-2011, Parallels, Inc. Licensed under GNU GPL.</p> | ||
== AUTHOR == | == AUTHOR == | ||
− | <p style="margin-left: | + | <p style="margin-left:5em; margin-top: 1em">This manual |
page was written by Thorsten Schifferdecker | page was written by Thorsten Schifferdecker | ||
<tsd@debian.systs.org> for the <b>Debian GNU/Linux</b> | <tsd@debian.systs.org> for the <b>Debian GNU/Linux</b> | ||
system (but may be used by others).</p> | system (but may be used by others).</p> |
Revision as of 10:51, 27 June 2011
Contents
NAME
ndsend − send a Neighbor Advertisement NDP packet
SYNOPSIS
ndsend address interface
DESCRIPTION
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.
OPTIONS
address
Specify the IPv6 address to be advertised.
interface
Specify the network interface to send an advertisement from.
EXIT STATUS
ndsend
returns 0 upon successful execution. If something goes
wrong, it returns an appropriate error code.
1 EXC_USAGE
Usage error
2 EXC_SYSTEM
System error
EXAMPLES
To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6 address 2001:DB8::1:
ndsend 2001:DB8::1 eth0
SEE ALSO
arpsend(8), vzctl(8).
LICENSE
Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL.
AUTHOR
This manual page was written by Thorsten Schifferdecker <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used by others).