diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-19 10:35:32 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-19 10:35:32 +0000 |
commit | 2e36ce62e78a3e17f4e280a66bb9663fdc65d1a4 (patch) | |
tree | 16769281c41d49d78b777556c6b522ad98c4fc34 /usr.sbin/ppp | |
parent | 4ef1e0e3834e8f9297a72f0e46d4cae53a5da42f (diff) |
Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead
of the deprecated 3ffe::/16 6bone test address space. Deprecated or
public IPv6 allocations should not be used for documentation; we have
the same approach for IPv4 by using RFC 1918 private addresses.
ok jmc@ todd@
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp/ppp.8.m4 index 6d10b283988..e1d6140f870 100644 --- a/usr.sbin/ppp/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp/ppp.8.m4 @@ -25,9 +25,9 @@ changecom(,)dnl .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ppp.8.m4,v 1.40 2008/05/21 20:10:54 jmc Exp $ +.\" $OpenBSD: ppp.8.m4,v 1.41 2008/07/19 10:35:31 reyk Exp $ .\" -.Dd $Mdocdate: May 21 2008 $ +.Dd $Mdocdate: July 19 2008 $ .Dt PPP 8 .Os .Sh NAME @@ -5481,8 +5481,8 @@ for .Ar gw . .Pp For example, a returned value of -.Dq 3ffe:505:abcd::/48 :: -would result in a routing table entry to the 3ffe:505:abcd::/48 network via +.Dq 2001:db8:abcd::/48 :: +would result in a routing table entry to the 2001:db8:abcd::/48 network via .Dv HISADDR6 and a returned value of .Dq :: :: |