Evergreen instructions don't work with IPv6

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Do
    • Priority: Minor
    • Component/s: evergreen
    • 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.

            Assignee:
            Baptiste Mathus
            Reporter:
            candrews
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: