-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portmap issue? #44
Comments
I can't reproduce that:
Which OS do you have?
|
Just checking OncRpcSvcTest cases as I'm probably doing wrong way something on code |
Hmm, can't see any issue on code .. just copy&paste main page dummy RpcDispatchable and still same. |
Confirmed. this is an issue with OncRpcEmbeddedPortmap. |
Ok, I'm playing with test cases and see if I manage to build and spot issue |
Motivation: the rfc 1833 specifies only TCP (6) and UDP (17) transports. Any other transport will be mapped to '-1'. Nevertheless, missing mapping was ignored and sent to rpcbind. Modification: du not sent mapping request to rpcbind if transport is not supported. Result: no weird entries in portmap v2; Fixes: dCache#44 Acked-by: Target: master, 2.5
the problem is triggered by client with IPv6 interfaces. I am working on fix. |
Yeah, noticed netid "Unknown" already |
Motivation: the rfc 1833 specifies only TCP (6) and UDP (17) transports. Any other transport will be mapped to '-1'. Nevertheless, missing mapping was ignored and sent to rpcbind. Modification: du not sent mapping request to rpcbind if transport is not supported. Result: no weird entries in portmap v2; Issue: #44 Acked-by: Paul Millar Target: master, 2.5
Motivation: the rfc 1833 specifies only TCP (6) and UDP (17) transports. Any other transport will be mapped to '-1'. Nevertheless, missing mapping was ignored and sent to rpcbind. Modification: du not sent mapping request to rpcbind if transport is not supported. Result: no weird entries in portmap v2; Issue: #44 Acked-by: Paul Millar Target: master, 2.5 (cherry picked from commit 5b12f16) Signed-off-by: Tigran Mkrtchyan <[email protected]>
When checking portmapper from Linux I see something strange on service list
Also command fails to connect to actual services
Code is just simple stub classes running on Windows NetBeans
Libs are
core-2.5.3
guava-19.0
grizzly-framework-2.3.25
(slf4+auth deps)
The text was updated successfully, but these errors were encountered: