freebsd-dev/usr.sbin/nfsd
Rick Macklem 35f38de3c9 Add support for IPv6 addresses to the pNFS "-p" option.
This patch adds code to handle IPv6 addresses returned by getaddrinfo()
for the host entries in the "-p" command line argument.
If the IPv6 address is a link local address, only use it if it is the
only address for the host. This is done since there is no way to know
if the NFSv4.1 pNFS client is in the same scope zone as the MDS.
inet_ntop() is used for the IPv6 address translation, since the client
will have no use for the scope zone suffix and inet_ntop() does not
put this in the address string.

Discussed with:	bu7cher@yandex.ru
2018-07-27 23:10:28 +00:00
..
Makefile Add a new man page that briefly describes the pNFS variant of the NFSv4.1 2018-06-14 21:12:08 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nfsd.8 Document the "#mds_path" suffix for the "-p" command line option. 2018-07-02 19:33:26 +00:00
nfsd.c Add support for IPv6 addresses to the pNFS "-p" option. 2018-07-27 23:10:28 +00:00
nfsv4.4 Update the nfsv4 man page to reflect recent changes to support 2017-07-19 20:57:41 +00:00
pnfs.4 Update the pnfs(4) man page. 2018-07-10 22:53:07 +00:00
stablerestart.5