Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

IPV6 bootnodes don't work #735

Merged
merged 3 commits into from
Feb 1, 2019
Merged

IPV6 bootnodes don't work #735

merged 3 commits into from
Feb 1, 2019

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Feb 1, 2019

PR description

The IPV6 URL syntax for IPv6 addresses has the addresses enclosed in brackets.
Without the brackets the address could consume the port number.

The IPV6 URL syntax for IPv6 addresses has the addresses enclosed in brackets.
Without the brackets the address could consume the port number.
@ajsutton
Copy link
Contributor

ajsutton commented Feb 1, 2019

Is there a test we can add to ensure we don't break IPv6 syntax in the future? Might be able to do it in the PantheonCommandTest to ensure it's parsed and accepted at least.

@shemnon
Copy link
Contributor Author

shemnon commented Feb 1, 2019

The converter tests can pick apart what we need. The URI wasn't being parsed out w/o the brackets, so I made sure we checked the URI parts.

Copy link
Contributor

@ajsutton ajsutton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@shemnon shemnon merged commit 73d14e6 into PegaSysEng:master Feb 1, 2019
@shemnon shemnon deleted the ipv6 branch February 1, 2019 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants