tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
431 stars 77 forks source link

runners: Bracket IPv6 addresses before passing to irtt #239

Closed heistp closed 2 years ago

heistp commented 2 years ago

irtt currently only accepts IPv6 addresses surrounded by brackets. If the host contains an IPv6 address literal (as identified by ipaddress.IPv6Address), surround the host with brackets before passing to irtt.

This should address #238.

heistp commented 2 years ago

LGTM, but could you please squash the changes into a single commit? :)

Squashed and force pushed, so hopefully that's fine.

tohojo commented 2 years ago

Awesome - thanks! :)