From 12a590f8d556c00a9502eeebaa763d906222d521 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 19 Aug 2013 12:49:44 -0400 Subject: rpc.nfsd: Allow v4.2 server support with the -V option Signed-off-by: Steve Dickson --- support/include/nfs/nfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support/include/nfs/nfs.h') diff --git a/support/include/nfs/nfs.h b/support/include/nfs/nfs.h index 5fd86f6..38db5b5 100644 --- a/support/include/nfs/nfs.h +++ b/support/include/nfs/nfs.h @@ -15,6 +15,10 @@ #define NFSD_MINVERS 2 #define NFSD_MAXVERS 4 +#define NFS4_MINMINOR 1 +#define NFS4_MAXMINOR 2 +#define NFS4_VERDEFAULT 0x1 /* minor verion 1 */ + struct nfs_fh_len { int fh_size; u_int8_t fh_handle[NFS3_FHSIZE]; -- cgit