FreeBSD Bugzilla – Attachment 212663 Details for
Bug 245022
Problem with FreeBSD NLM interoperating with Netapp Filer after software upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
create a tunable to set the NLM client to use TCP
nlmtcp.patch (text/plain), 745 bytes, created by
Rick Macklem
on 2020-03-24 00:29:05 UTC
(
hide
)
Description:
create a tunable to set the NLM client to use TCP
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2020-03-24 00:29:05 UTC
Size:
745 bytes
patch
obsolete
>--- nlm/nlm_prot_impl.c.sav 2019-12-22 14:27:49.000000000 -0800 >+++ nlm/nlm_prot_impl.c 2019-12-27 17:07:17.000000000 -0800 >@@ -90,6 +90,11 @@ static SYSCTL_NODE(_vfs, OID_AUTO, nlm, CTLFLAG_RW, NU > "Network Lock Manager"); > static SYSCTL_NODE(_vfs_nlm, OID_AUTO, sysid, CTLFLAG_RW, NULL, ""); > >+/* Define a tunable to set do_tcp. */ >+static bool do_tcp = false; >+SYSCTL_BOOL(_vfs_nlm, OID_AUTO, dotcp, CTLFLAG_RDTUN, &do_tcp, 0, >+ "Set true to use TCP"); >+ > /* > * Syscall hooks > */ >@@ -343,7 +348,6 @@ nlm_get_rpc(struct sockaddr *sa, rpcprog_t prog, rpcve > char *uaddr; > enum clnt_stat stat = RPC_SUCCESS; > int rpcvers = RPCBVERS4; >- bool_t do_tcp = FALSE; > bool_t tryagain = FALSE; > struct portmap mapping; > u_short port = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245022
: 212663 |
212664