Date: Mon, 9 Apr 2001 16:35:19 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/portmap portmap.8 portmap.c Message-ID: <200104092335.f39NZJn03819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/04/09 16:35:19 PDT Modified files: (Branch: RELENG_4) usr.sbin/portmap portmap.8 portmap.c Log: Late edition: rpcinfo, mount, and umount are using different mechanisms to do portmap lookups. Some use tcp connections to portmap, others use udp. In anycase, using udp for RPC requests causes the old 'reply from the wrong IP address' problem to rear its ugly head so this commit is a quick hack to add the -h option to portmap. The semantics are the same as -h in nfsd (including backwards compatibility if you don't use -h). portmap no longer exists in current so this is 4.x only. I will check current's new rpc mechanism to see if it has the same problem and fix it there if it does. Approved: jkh Revision Changes Path 1.7.2.2 +10 -1 src/usr.sbin/portmap/Attic/portmap.8 1.10.2.1 +50 -15 src/usr.sbin/portmap/Attic/portmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104092335.f39NZJn03819>