Date: Tue, 12 Feb 2019 03:12:19 +0000 (UTC) From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r344039 - stable/12/sbin/route Message-ID: <201902120312.x1C3CJH7012043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Feb 12 03:12:19 2019 New Revision: 344039 URL: https://svnweb.freebsd.org/changeset/base/344039 Log: MFC r342904: route(8): clarify -prefixlen description Try to reword -prefixlen section to more clearly and accurately describe how the -prefixlen modifier works. While here, fix a word that igor considered a typo: aggregatable addresses is a valid technical term per RFC-2374, however, it was superseded by the term "aggregator" in RFC-3587. Approved by: jtl (mentor) Differential Revision: https://reviews.freebsd.org/D19155 Modified: stable/12/sbin/route/route.8 Directory Properties: stable/12/ (props changed) Modified: stable/12/sbin/route/route.8 ============================================================================== --- stable/12/sbin/route/route.8 Tue Feb 12 02:57:34 2019 (r344038) +++ stable/12/sbin/route/route.8 Tue Feb 12 03:12:19 2019 (r344039) @@ -28,7 +28,7 @@ .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" $FreeBSD$ .\" -.Dd February 16, 2018 +.Dd January 9, 2019 .Dt ROUTE 8 .Os .Sh NAME @@ -303,14 +303,14 @@ is available instead of the qualifier because non-continuous masks are not allowed in IPv6. For example, .Fl prefixlen Li 32 -specifies network mask of +specifies that a network mask of .Li ffff:ffff:0000:0000:0000:0000:0000:0000 -to be used. -The default value of prefixlen is 64 to get along with -the aggregatable address. -But 0 is assumed if +will be used. +The default prefixlen is 64. +However, it is assumed to be 0 if .Cm default -is specified. +is specified for +.Ar destination . Note that the qualifier works only for .Dv AF_INET6 address family.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902120312.x1C3CJH7012043>