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

Quoted IPv6 address support in address:port pairs [JIRA: RIAK-2462] #216

Open
michaelklishin opened this issue Mar 22, 2016 · 0 comments
Open

Comments

@michaelklishin
Copy link
Contributor

Looks like Cuttlefish does not support quoted IPv6 addresses in address:port pairs because inet:parse_address/1 does not. So ::1:5672 parses but [::1]:5672 fails validation.

None of the tests I could find use IPv6 addresses, so please correct me if I'm wrong.

@Basho-JIRA Basho-JIRA changed the title Quoted IPv6 address support in address:port pairs Quoted IPv6 address support in address:port pairs [JIRA: RIAK-2462] Mar 22, 2016
michaelklishin added a commit to rabbitmq/rabbitmq-website that referenced this issue Mar 22, 2016
This reverts commit 1a06ba5.

Due to basho/cuttlefish#216. We will deal
with that later. FWIW values such as ::1:5672 parse successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants