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

[Ubuntu] Add localhost alias ::1 IPv6 #1107

Merged
merged 1 commit into from
Jun 25, 2020
Merged

[Ubuntu] Add localhost alias ::1 IPv6 #1107

merged 1 commit into from
Jun 25, 2020

Conversation

al-cheb
Copy link
Contributor

@al-cheb al-cheb commented Jun 24, 2020

Description

Cannot resolve localhost to an IPv6 address on ubuntu-latest due to missing localhost alias ::1.

Current behavior:

ubuntu:~$ java -classpath . Test localhost
localhost/127.0.0.1

Expected:

ubuntu:~$ java -classpath . Test localhost
localhost/127.0.0.1
localhost/0:0:0:0:0:0:0:1

Related issue:

#929

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@al-cheb al-cheb changed the title Add localhost alias ::1 IPv6 [Ubuntu] Add localhost alias ::1 IPv6 Jun 25, 2020
@al-cheb al-cheb requested a review from a team June 25, 2020 09:53
@al-cheb al-cheb marked this pull request as ready for review June 25, 2020 11:07
@maxim-lobanov maxim-lobanov merged commit 2378e1c into actions:master Jun 25, 2020
@al-cheb al-cheb deleted the al-cheb/add-localhost-alias-ipv6 branch July 10, 2020 07:14
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.

4 participants