Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mountd mountd(8) supports scoped IPv6 address prope...



details:   https://anonhg.NetBSD.org/src/rev/512821a703c2
branches:  trunk
changeset: 487757:512821a703c2
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jun 12 15:40:35 2000 +0000

description:
mountd(8) supports scoped IPv6 address properly (exports(5) requires
scope identifier).  remove mention in BUGS section and add note on
scope identifier.

diffstat:

 usr.sbin/mountd/exports.5 |  14 +++++++-------
 usr.sbin/mountd/mountd.8  |   5 +----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r 3856f761adb4 -r 512821a703c2 usr.sbin/mountd/exports.5
--- a/usr.sbin/mountd/exports.5 Mon Jun 12 15:09:39 2000 +0000
+++ b/usr.sbin/mountd/exports.5 Mon Jun 12 15:40:35 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exports.5,v 1.17 2000/06/10 07:04:13 itojun Exp $
+.\"    $NetBSD: exports.5,v 1.18 2000/06/12 15:40:35 itojun Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -256,6 +256,12 @@
 class (A, B or C; see
 .Xr inet 5 ).
 .Pp
+Scoped IPv6 address must carry scope identifier as documented in
+.Xr inet6 4 .
+For example,
+.Dq fe80::%ne2/10
+is used to specify fe80::/10 on ne2 interface.
+.Pp
 For example:
 .Bd -literal -offset indent
 /usr /usr/local -maproot=0:10 friends
@@ -334,9 +340,3 @@
 You cannot specify a hostname that is also the name of a netgroup.
 Specifying the full domain specification for a hostname can normally
 circumvent the problem.
-.Pp
-Scoped IPv6 address should not be used in
-.Nm Ns ,
-since
-.Xr mountd 8
-does not take care of scoped IPv6 address at this moment.
diff -r 3856f761adb4 -r 512821a703c2 usr.sbin/mountd/mountd.8
--- a/usr.sbin/mountd/mountd.8  Mon Jun 12 15:09:39 2000 +0000
+++ b/usr.sbin/mountd/mountd.8  Mon Jun 12 15:40:35 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mountd.8,v 1.20 2000/06/10 07:04:14 itojun Exp $
+.\"    $NetBSD: mountd.8,v 1.21 2000/06/12 15:40:36 itojun Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -121,6 +121,3 @@
 .Nm
 utility first appeared in
 .Bx 4.4 .
-.Sh BUGS
-.Nm
-does not take care of scoped IPv6 address at this moment.



Home | Main Index | Thread Index | Old Index