logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ndsend - send a Neighbor Advertisement NDP packet

Author

       This  manual  page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the DebianGNU/Linux system (but may be used by others).

OpenVZ                                             18 Mar 2012                                         ndsend(8)

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.

Examples

       To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6 address 2001:DB8::1:

          ndsend 2001:DB8::1 eth0

Exit Status

ndsend returns 0 upon successful execution. If something goes wrong,  it  returns  an  appropriate  error
       code:

       1EXC_USAGE
              Usage error

       2EXC_SYSTEM
              System error

License

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

Name

       ndsend - send a Neighbor Advertisement NDP packet

Options

address
              Specify the IPv6 address to be advertised.

       interface
              Specify the network interface to send an advertisement from.

See Also

arpsend(8), vzctl(8).

Synopsis

ndsendaddressinterface

See Also