Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1230488?usp=email )
Change subject: WIP - Implement RPCBIND
......................................................................
WIP - Implement RPCBIND
This work in progress allows Ganesha to take over the function of rpcbind.
NOTE: There are still some issues with rpcbind v3 and v4 (v2 which is
portmap seems to be working fine).
Change-Id: I815838b8ea290582a1f8dfe3be9b1f01d4cc0cd5
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/CMakeLists.txt
M src/MainNFSD/CMakeLists.txt
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/Protocols/CMakeLists.txt
A src/Protocols/RPCBIND/CMakeLists.txt
A src/Protocols/RPCBIND/rpcbind.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/config-h.in.cmake
M src/include/gsh_config.h
M src/include/nfs_core.h
M src/include/nfs_init.h
M src/include/nfs_proto_data.h
M src/include/nfs_proto_functions.h
M src/support/nfs_read_conf.c
16 files changed, 1,890 insertions(+), 13 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/88/1230488/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1230488?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I815838b8ea290582a1f8dfe3be9b1f01d4cc0cd5
Gerrit-Change-Number: 1230488
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>