Bug #78921 IPv6 address in logs does not use []
Submitted: 22 Oct 2015 10:25 Modified: 13 Nov 2015 1:48
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Router Severity:S3 (Non-critical)
Version:2.0.2 OS:Any
Assigned to: CPU Architecture:Any

[22 Oct 2015 10:25] Geert Vanderkelen
Description:
In some cases, the IPv6 address misses the square brackets around the IP address. This is confusing when displayed with port.

How to repeat:
Start routing with bind_address set to [::]:7002

[104a6e000] routing:B started: listening on :::7002; read-only

Suggested fix:
Make sure there are [] around the IPv6 addresses.
[13 Nov 2015 1:48] Philip Olson
Fixed as of the upcoming MySQL Router 2.0.3 release, and here's the changelog entry:

In some cases, the IPv6 address missed the square brackets around the IP
address. For example, "[::]:7002" could be reported as ":::7002";

Thank you for the bug report.