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

jenkins: handle IPv4 remote address converted to IPv6 #161

Merged

Conversation

phillipj
Copy link
Member

After the Jenkins IP whitelist was activated, the inline PR status reports for nodejs/node seems to be broken.

Seems like the issue here is that IPv4 remote addresses are converted to IPv6, which wasn't expected too happen.. Stripping any IPv6 parts off the remote addresses should make our IPv4 comparisons work as expected.

Refs nodejs/build#1016
Refs nodejs/build#985

/cc @maclover7

After the Jenkins IP whitelist was activated, the inline PR status
reports for nodejs/node seems to be broken.

Seems like the issue here is that IPv4 remote addresses are converted
to IPv6, which wasn't expected too happen.. Stripping any IPv6 parts
off the remote addresses should make our IPv4 comparisons work as
expected.

Refs nodejs/build#1016
Refs nodejs/build#985
maclover7

This comment was marked as off-topic.

refack

This comment was marked as off-topic.

@phillipj phillipj merged commit 994fec2 into nodejs:master Nov 27, 2017
@phillipj
Copy link
Member Author

It's live

@phillipj phillipj deleted the jenkins-whitelist-handle-ip4-to-ip6 branch November 27, 2017 21:50
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.

3 participants