You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jenkins: handle IPv4 remote address converted to IPv6 (#161)
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
0 commit comments