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

ndptool — Neighbor Discovery Protocol tool

Author

       Jiri Pirko is the original author and current maintainer of libndp.

libndp                                            16 April 2013                                       ndptool(8)

Command

monitor
              Monitor incoming NDP messages and print them out.

       send   Send NDP message of specified type.

Name

       ndptool — Neighbor Discovery Protocol tool

Options

-h,--help
              Print help text to console and exit.

       -v,--verbose
              Increase output verbosity.

       -ttype,--msg-typetype
              Specified message type. Following are supported:

              rs - Router Solicitation.

              ra - Router Advertisement.

              ns - Neighbor Solicitation.

              na - Neighbor Advertisement.

       -iifname,--ifnameifname
              Specified interface name.

       -Ddest,--destdest
              Specified dest address in IPv6 header for NS/NA message.

       -Ttarget,--targettarget
              Specified target address in ICMPv6 header for NS/NA message.

       -U,--unsolicited
              Send Unsolicited NA.

Synopsis

ndptool-hndptool[OPTIONS]COMMANDDESCRIPTION

       ndptool is a tool which provides wrapper over Neighbor Discovery Protocol messages.

See Also