ed2f100170
PR#223036 reported that INET6 callback addresses were not printed by nfsdumpstate(8). This kernel patch adds INET6 addresses to the dump structure, so that nfsdumpstate(8) can print them out, post-r346190. The patch also includes the addition of #ifdef INET, INET6 as requested by bz@. PR: 223036 Reviewed by: bz, rgrimes MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D19839
22 lines
349 B
Makefile
22 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/nfsserver ${SRCTOP}/sys/nfs
|
|
KMOD= nfsd
|
|
SRCS= vnode_if.h \
|
|
nfs_fha.c \
|
|
nfs_fha_new.c \
|
|
nfs_nfsdserv.c \
|
|
nfs_nfsdcache.c \
|
|
nfs_nfsdkrpc.c \
|
|
nfs_nfsdsocket.c \
|
|
nfs_nfsdstate.c \
|
|
nfs_nfsdsubs.c \
|
|
nfs_nfsdport.c \
|
|
opt_ufs.h \
|
|
opt_nfs.h \
|
|
opt_inet.h \
|
|
opt_inet6.h \
|
|
opt_kgssapi.h
|
|
|
|
.include <bsd.kmod.mk>
|