-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Hard-code IPv4 in the FPing probe #159
base: master
Are you sure you want to change the base?
Conversation
I am a bot, here are the test results for this PR:
|
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Please merge this PR, or suggest why it is not merged |
it's not merged because you're the only user to ever request it, we have a backlog, we do this in our free time, and you aren't special. wait patiently. |
You will need to find a user with a fully proper setup (where ipv6 isn't disabled on the host/network) to test your changes. This change should not be necessary, generally speaking, for normal users. Once this is validated to NOT cause issues for other users, we can merge. |
I'd suggest that the fact that it caused issues on my setup where there was only partial IPv6 support is enough to warrant hardcoding the fix. Users who want to use ipv6 have their own probe for that purpose.
Git bot makes me post these comments. I was waiting patiently until it said my issue would be closed automatically and accused me of inactivity. |
got it, i've marked it wip, the bot will no longer bother you, but it won't get merged until it's tested by the intended audience. |
Might I suggest creating a new probe type called |
I like that quite a bit actually, good point! Very forwards-compatible. Will work on making an |
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
Solves an issue related to DNS lookups failing on an IPv4 workstation
b987292
to
ed3dd6f
Compare
I am a bot, here are the test results for this PR:
|
Solves an issue related to DNS lookups failing on an IPv4 workstation
Description:
Hard-code IPv4 in the FPing probe
Benefits of this PR and context:
How Has This Been Tested?
Simple testing with default setup otherwise.
Source / References:
N/A