Provided by: libndp-tools_1.4-2ubuntu0.16.04.1_amd64 bug

NAME

       ndptool — Neighbor Discovery Protocol tool

SYNOPSIS

       ndptool -h

       ndptool [OPTIONS] COMMAND

       DESCRIPTION

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

OPTIONS

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

       -v, --verbose
              Increase output verbosity.

       -t type, --msg-type type
              Specified message type. Following are supported:

              rs - Router Solicitation.

              ra - Router Advertisement.

              ns - Neighbor Solicitation.

              na - Neighbor Advertisement.

       -i ifname, --ifname ifname
              Specified interface name.

COMMAND

       monitor
              Monitor incoming NDP messages and print them out.

       send   Send NDP message of specified type.

AUTHOR

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