Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 15:46:43 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r251534 - stable/9/usr.sbin/ndp
Message-ID:  <201306081546.r58FkhGE008407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sat Jun  8 15:46:42 2013
New Revision: 251534
URL: http://svnweb.freebsd.org/changeset/base/251534

Log:
  MFC r250941:
  Include descriptions of the flags and fields printed when dumping the IPv6
  prefix list.

Modified:
  stable/9/usr.sbin/ndp/ndp.8
Directory Properties:
  stable/9/usr.sbin/ndp/   (props changed)

Modified: stable/9/usr.sbin/ndp/ndp.8
==============================================================================
--- stable/9/usr.sbin/ndp/ndp.8	Sat Jun  8 15:46:09 2013	(r251533)
+++ stable/9/usr.sbin/ndp/ndp.8	Sat Jun  8 15:46:42 2013	(r251534)
@@ -231,6 +231,36 @@ Specify the Cur Hop Limit on the interfa
 Do not try to resolve numeric addresses to hostnames.
 .It Fl p
 Show prefix list.
+The following information will be printed:
+.Bl -tag -width indent
+.It Cm if
+The network interface associated with this prefix.
+.It Cm flags
+The status of the prefix, expressed by a combination of the following
+letters:
+.Pp
+.Bl -tag -width indent -compact
+.It Cm A
+This prefix can be used for stateless address autoconfiguration.
+.It Cm L, Cm O
+This prefix can be used for on-link determination; that is, it can be
+used to determine whether a given destination address is on-link.
+.It Cm D
+There are no reachable routers advertising this prefix.
+.El
+.It Cm vltime
+Valid lifetime; the length of time for which the prefix and a stateless
+autoconfigured address generated from this prefix can be used for the
+source or destination address of a packet.
+.It Cm pltime
+Preferred lifetime; the length of time for which the prefix and a stateless
+autoconfigured address generated from this prefix can be used by upper-layer
+protocols unrestrictedly.
+.It Cm expire
+This is the remaining time that the prefix is in the valid state.
+.It Cm ref
+The number of kernel references held for this prefix.
+.El
 .It Fl P
 Flush all the entries in the prefix list.
 .It Fl r



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306081546.r58FkhGE008407>