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

IPv6 address support #158

Closed
Shylock-Hg opened this issue Nov 10, 2021 · 0 comments
Closed

IPv6 address support #158

Shylock-Hg opened this issue Nov 10, 2021 · 0 comments
Labels
process/fixed Process of bug type/bug Type: something is unexpected

Comments

@Shylock-Hg
Copy link
Contributor

➜  nebula-console git:(master) ./nebula-console -u root -p nebula --address localhost --port 9669
2021/11/10 15:12:07 [INFO] connection pool is initialized successfully
2021/11/10 15:12:07 Fail to create a new session from connection pool, Failed to create a net.Conn-backed Transport,: address ::1:9669: too many colons in address
panic: Fail to create a new session from connection pool, Failed to create a net.Conn-backed Transport,: address ::1:9669: too many colons in address
@Shylock-Hg Shylock-Hg added the type/bug Type: something is unexpected label Nov 10, 2021
Aiee added a commit that referenced this issue Jul 1, 2022
* update test to check ipv6 version of localhost

* use net.JoinHostPort to handle the ipv6 case properly

* remove remote services, the code is not necessary to use this project as a nebula driver (#200)

* remove remote services, the code is not necessary to use this project as a nebula driver

* Create integration tests (#201)

* add build tag for integration tests

* add unit rule to run unit tests

* add unit as phony

* improve formatting of each _test file, enable coverate on functional tests

* add badge for test results

Co-authored-by: Yichen Wang <[email protected]>

Co-authored-by: Yichen Wang <[email protected]>
@github-actions github-actions bot added the process/fixed Process of bug label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process/fixed Process of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants