Date: Fri, 29 Jun 2018 22:10:40 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r335807 - projects/pnfs-planb-server/usr.sbin/nfsd Message-ID: <201806292210.w5TMAeM1053001@repo.freebsd.org>
index | next in thread | raw e-mail
Author: rmacklem Date: Fri Jun 29 22:10:40 2018 New Revision: 335807 URL: https://svnweb.freebsd.org/changeset/base/335807 Log: Update the nfsd.8 man page to reflect that IPv6 addresses are now supported when getaddrinfo(3) returns them while parsing the "-p" option for the specification of DSs. Modified: projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.8 Modified: projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.8 ============================================================================== --- projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.8 Fri Jun 29 22:07:25 2018 (r335806) +++ projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.8 Fri Jun 29 22:10:40 2018 (r335807) @@ -28,7 +28,7 @@ .\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95 .\" $FreeBSD$ .\" -.Dd June 29, 2018 +.Dd June 30, 2018 .Dt NFSD 8 .Os .Sh NAME @@ -127,11 +127,6 @@ If this is specified, it means that this DS is to be u files for this mds_path file system only. If this optional component does not exist, the DS will be used to store data files for all exported MDS file systems. -At this time, only IPv4 addresses are supported by the interface to the kernel, -so the -.Dq server hostname -must resolve to an IPv4 address and support mounts on that address. -This needs to be extended to support IPv6 addresses in the near future. The DS storage file systems must be mounted on this system before the .Nm is started with this option specified.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806292210.w5TMAeM1053001>
