[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-30 Thread j-breyer
>Yes, please open a separate issue. Flent uses the host name resolution mechanism, so in the absence of -4/-6, it should prefer whatever the host does. However, a -6 should override this, so if it doesn't that's a bug... Bug persists with updated version of flent, reported in Issue #241 Thank

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-30 Thread Toke Høiland-Jørgensen
Closed #238 via 187dbb56ac308272d19cf4359ef85717fb7693ae. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/238#event-5387927729___ Flent-users

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-29 Thread Toke Høiland-Jørgensen
j-breyer ***@***.***> writes: > I found another workaround by setting up non-scoped IPv6 addresses on the > hosts (e.g., `a::601` and `a::e02`). > Then I added them to `/etc/hosts` with a related hostname, e.g., `a::601 > mn.h1` and `a::e02 mn.h2` > > Running now `sudo flent rrul -p all_scaled

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-29 Thread j-breyer
I found another workaround by setting up non-scoped IPv6 addresses on the hosts (e.g., `a::601` and `a::e02`). Then I added them to `/etc/hosts` with a related hostname, e.g., `a::601 mn.h1` and `a::e02 mn.h2` Running now `sudo flent rrul -p all_scaled -6 --local-bind mn.h1 -l 60 -H mn.h2 -o

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-29 Thread Pete Heist
The proposed fix is in pull request #239. I tested an rrul test briefly and successfully passed in a link local IPv6 address containing a scope (%dev), so that should work at least as far as irtt is concerned. -- You are receiving this because you are subscribed to this thread. Reply to this

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-29 Thread j-breyer
>Perhaps a workaround would be to detect IPv6 addresses using Python's >ipaddress module and surround it with brackets if necessary before passing it >to irtt? I could add that to flent at some point if so... That'd be very helpful for the moment! I am also having troubles with other tests,

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-29 Thread Pete Heist
Hi, I guess that creates a bit of a hassle on the flent side as it needs to know the address type in order to surround it with brackets. It comes from Go's requirement for brackets around IPv6 address literals in net.Dial(). I added an issue for irtt, but I don't know if/when that will ever get

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-27 Thread j-breyer
I'm running the flent tests in a mininet with IPv6 enabled (ping is working). On server side: `sudo netserver -6 -L fe80::200:aff:fe00:e02%h2-eth0 -p 12865 -d` to start the netserver, then `sudo irtt server` for the irtt server On client side: `sudo flent rrul -6 -p all_scaled

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-27 Thread Toke Høiland-Jørgensen
Could you please include the full command you're running flent with, and the full log output? I'm not quite sure I understand what you're trying to do and what goes wrong from your description... -- You are receiving this because you are subscribed to this thread. Reply to this email directly