https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267301
Rick Macklem <rmack...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|b...@freebsd.org |rmack...@freebsd.org --- Comment #2 from Rick Macklem <rmack...@freebsd.org> --- Created attachment 237626 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237626&action=edit Modify rpcb_getaddr() so that it might use TCP for the Portmapper This patch comments out the code in rpcb_getaddr() that forces use of UDP. Although not yet tested, I believe this will make the function use TCP if the nconf argument specifies TCP. (I am working on getting a build done to test this.) I did this instead of deleting -DPORTMAP from Makefile.inc because Linux still uses Portmapper Version 2 protocol and deleting -DPORTMAP would disable Version 2. As such, this patch results in less change and, therefore, less likelyhood of causing a POLA violation. Hopefully the reporter can test this for the Azure mount case? -- You are receiving this mail because: You are the assignee for the bug.