Difference between revisions of "Man/ndsend.8"
Botinki Kira (talk | contribs) (Automated import of articles) |
Botinki Kira (talk | contribs) (Automated import of articles *** existing text overwritten ***) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<p style="margin-left:11%; margin-top: 1em">ndsend − | <p style="margin-left:11%; margin-top: 1em">ndsend − | ||
− | + | send a Neighbor Advertisement NDP packet</p> | |
− | packet | ||
== SYNOPSIS == | == SYNOPSIS == | ||
− | <p style="margin- | + | <table width="100%" border="0" rules="none" frame="void" |
− | <i>address interface</i></p> | + | cellspacing="0" cellpadding="0"> |
+ | <tr valign="top" align="left"> | ||
+ | <td width="11%"></td> | ||
+ | <td width="9%"> | ||
+ | |||
+ | <p style="margin-top: 1em"><b>ndsend</b></p></td> | ||
+ | <td width="2%"></td> | ||
+ | <td width="26%"> | ||
+ | |||
+ | <p style="margin-top: 1em"><i>address interface</i></p></td> | ||
+ | <td width="52%"> | ||
+ | </td></tr> | ||
+ | </table> | ||
== DESCRIPTION == | == DESCRIPTION == | ||
Line 30: | Line 41: | ||
to send an advertisement from.</p> | to send an advertisement from.</p> | ||
− | == | + | == EXIT STATUS == |
<p style="margin-left:11%; margin-top: 1em"><b>ndsend</b> | <p style="margin-left:11%; 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 | + | wrong, it returns an appropriate error code: <b><br> |
− | 1 EXC_USAGE</p> | + | 1 EXC_USAGE</b></p> |
<p style="margin-left:22%;">Usage error</p> | <p style="margin-left:22%;">Usage error</p> | ||
− | <p style="margin-left:11%;">2 EXC_SYSTEM</p> | + | <p style="margin-left:11%;"><b>2 EXC_SYSTEM</b></p> |
<p style="margin-left:22%;">System error</p> | <p style="margin-left:22%;">System error</p> | ||
Line 49: | Line 60: | ||
IPv6 address <b>2001:DB8::1</b>:</p> | IPv6 address <b>2001:DB8::1</b>:</p> | ||
− | < | + | <pre style="margin-left:11%; margin-top: 1em"> ndsend 2001:DB8::1 eth0</pre> |
− | 2001:DB8::1 eth0</ | ||
== SEE ALSO == | == SEE ALSO == | ||
− | <p style="margin-left:11%; margin-top: 1em"> | + | <p style="margin-left:11%; margin-top: 1em">[[Man/arpsend.8|<b>arpsend</b>(8)]], |
[[Man/vzctl.8|<b>vzctl</b>(8)]].</p> | [[Man/vzctl.8|<b>vzctl</b>(8)]].</p> | ||
Line 65: | Line 75: | ||
<p style="margin-left:11%; margin-top: 1em">This manual | <p style="margin-left:11%; margin-top: 1em">This manual | ||
− | page was written by Thorsten Schifferdecker | + | page was initially 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> |
Latest revision as of 13:11, 11 July 2011
Contents
NAME[edit]
ndsend − send a Neighbor Advertisement NDP packet
SYNOPSIS[edit]
ndsend |
address interface |
DESCRIPTION[edit]
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[edit]
address
Specify the IPv6 address to be advertised.
interface
Specify the network interface to send an advertisement from.
EXIT STATUS[edit]
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[edit]
To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6 address 2001:DB8::1:
ndsend 2001:DB8::1 eth0
SEE ALSO[edit]
LICENSE[edit]
Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL.
AUTHOR[edit]
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).