-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
UI: Add IPv6 bracket-wrapping to network serializer #6007
Conversation
Thanks to @notnoop for letting me know about this: #6007 (comment)
# Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Now I'll wait patiently for an unforeseen reason to have ipv6 addresses without the wrapping brackets 😛
This addresses the issue raised by @pznamensky in #5966.
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This is a more-foundational approach than #5992, which removes any need to change templates and ensures that the IPv6 address will be properly wrapped anywhere it’s used.
I didn’t include anything other than serialiser tests as the acceptance tests and Mirage needed a lot of reorganising to permit the assertions in #5992, but if that seems important, I can port them here.