-
Bug
-
Resolution: Won't Do
-
Minor
-
None
Evergreen's README says to use:
ParameterKey=SSHLocation,ParameterValue=$( curl ident.me )/0
Which won't work when there is IPv6 connectivity as
$( curl ident.me )
will return an IPv6 address which isn't what the SSHLocation parameter requires.
$( curl v4.ident.me )/0
should be used instead.
[JENKINS-59287] Evergreen instructions don't work with IPv6
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |