summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-04-16 15:33:32 +0200
committerJiri Pirko <jiri@resnulli.us>2013-04-17 17:17:48 +0200
commit163c80bc7fd0ee3f407001ab01895c946d50c587 (patch)
tree5dc4a73ca5110ef2c96a3b74f7303437b81879a7 /man
parent1bb29270ca09e9444630450fa134427e2b387cb3 (diff)
downloadlibndp-163c80bc7fd0ee3f407001ab01895c946d50c587.tar.gz
add man page for ndptool
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
-rw-r--r--man/ndptool.855
2 files changed, 56 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..e951ab7
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1 @@
+dist_man8_MANS = ndptool.8
diff --git a/man/ndptool.8 b/man/ndptool.8
new file mode 100644
index 0000000..b742683
--- /dev/null
+++ b/man/ndptool.8
@@ -0,0 +1,55 @@
+.TH ndptool 8 "16 April 2013" "libndp"
+.SH NAME
+ndptool \(em Neighbor Discovery Protocol tool
+.SH SYNOPSIS
+.B ndptool
+.B \-h
+.TP
+.B ndptool [OPTIONS] COMMAND
+.TP
+.SH DESCRIPTION
+.PP
+ndptool is a tool which provides wrapper over Neighbor Discovery Protocol
+messages.
+
+.SH OPTIONS
+.TP
+.B "\-h, \-\-help"
+Print help text to console and exit.
+
+.TP
+.B "\-v, \-\-verbose"
+Increase output verbosity.
+
+.TP
+.B "\-t type, \-\-msg-type type"
+Specified message type. Following are supported:
+
+.BR "rs "-
+Router Solicitation.
+
+.BR "ra "-
+Router Advertisement.
+
+.BR "ns "-
+Neighbor Solicitation.
+
+.BR "na "-
+Neighbor Advertisement.
+
+.TP
+.B "\-i ifname, \-\-ifname ifname"
+Specified interface name.
+
+.SH COMMAND
+.TP
+.B "monitor"
+Monitor incoming NDP messages and print them out.
+
+.TP
+.B "send"
+Send NDP message of specified type.
+
+.SH AUTHOR
+.PP
+Jiri Pirko is the original author and current maintainer of libndp.