aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/ndp.8
diff options
context:
space:
mode:
authorSUZUKI Shinsuke <suz@FreeBSD.org>2005-10-19 16:20:18 +0000
committerSUZUKI Shinsuke <suz@FreeBSD.org>2005-10-19 16:20:18 +0000
commit5b27b045791fb93e20506422eb9fff4bb856e78a (patch)
tree663e44c4f12eb64e88a7e6185862f81f4bb294f7 /usr.sbin/ndp/ndp.8
parent057c4aff27b4762db78f4dff88e713dd928bee8a (diff)
downloadsrc-5b27b045791fb93e20506422eb9fff4bb856e78a.tar.gz
src-5b27b045791fb93e20506422eb9fff4bb856e78a.zip
supported an ndp command suboption to disable IPv6 in the given interface
Obtained from: KAME Reviewd by: ume, gnn MFC after: 2 week
Notes
Notes: svn path=/head/; revision=151474
Diffstat (limited to 'usr.sbin/ndp/ndp.8')
-rw-r--r--usr.sbin/ndp/ndp.813
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8
index ea33646af2d7..4d99527d781f 100644
--- a/usr.sbin/ndp/ndp.8
+++ b/usr.sbin/ndp/ndp.8
@@ -198,6 +198,19 @@ selection, see the
.Pa IMPLEMENTATION
file supplied with the KAME kit.
.It Xo
+.Ic disabled
+.Xc
+Disable IPv6 operation on the interface.
+When disabled, the interface discards any IPv6 packets
+received on or being sent to the interface.
+In the sending case, an error of ENETDOWN will be returned to the
+application.
+This flag is typically set automatically in the kernel as a result of
+a certain failure of Duplicate Address Detection.
+While the flag can be set or cleared by hand with the
+.Nm
+command, it is not generally advisable to modify this flag manually.
+.It Xo
.Ic basereachable=(number)
.Xc
Specify the BaseReachbleTimer on the interface in millisecond.