Skip to content
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

nfs-get: handle "nfs://" URLs with port number and quick optim #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cnotin
Copy link

@cnotin cnotin commented Sep 26, 2019

rpc-scan generates "nfs://" URLs with the port number in it, ex:

# ./rpc-scan.py --nfs  10.0.0.1
rpc://10.0.0.1:111	Portmapper
nfs://10.0.0.1:2049/test/
[...]

Then if we use those URLs with nfs-get it fails because "o.netloc" = "10.0.0.1:2049" which isn't a valid host

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant