From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) by mail.toke.dk (Postfix) with ESMTPS id 18A568C3D06 for ; Mon, 27 Sep 2021 14:36:29 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=EEEMcoj7 Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id C80B65E0509 for ; Mon, 27 Sep 2021 05:36:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632746188; bh=n/P6GfjH4FU7CmWNim47GKhiB/bF+k6hwc4ifkB7dnU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=EEEMcoj7AYs0LESE6li+0MCWSRLqTRMFu4ZrCM/fz++3mL9M4KsnVLsEgHviKsQS6 HGqivnDVQYdpWMLic0Sggc0k+CJIsa5m8Mvyiq8ouUJqD+Rn1SIqjAHeet3apdLk19 pgn+h5+yIUM0YRszlbB4txBb7mqqRIwNM6eG98hQ= Date: Mon, 27 Sep 2021 05:36:28 -0700 From: j-breyer To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6151baccbaf0e_2297c7603511a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: j-breyer X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: T7UL6HAQH6ADSAVZH3DFR3SD6YQ6S37U X-Message-ID-Hash: T7UL6HAQH6ADSAVZH3DFR3SD6YQ6S37U X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] [tohojo/flent] irtt fails with IPv6 (wrong format) (#238) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6151baccbaf0e_2297c7603511a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Testing flent with IPv6 Addresses yields a similar error to [Issue #214](https://github.com/tohojo/flent/issues/214), despite installing the irtt tool. (IPv4 works fine with irtt, already tested.) Running in `-v` to verbose showed me, that the format of IPv6 addresses is false for `irtt`: Part of the output: `which: Found irtt executable at /usr/bin/irtt` `UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address` `). Using netperf UDP_RR` `Ping (ms) UDP EF: Adding child NetperfDemoRunner` flent is run with `--local-bind` and `-H` in my case, for address handover of client and server. Scrolling a bit through the [irtt docs](https://htmlpreview.github.io/?https://github.com/heistp/irtt/blob/master/doc/irtt-client.html#host-formats), I found that the host format for IPv6 addresses should be in brackets [ ] Handing over the `--local-bind` in bracket format as a quick test solves the irtt issue with that address, but of course results in the address resolution to fail Any help or quick fix is much appreciated! -- 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 ----==_mimepart_6151baccbaf0e_2297c7603511a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Testing flent with IPv6 Addresses yields a similar error to Issue #214, despite installing the irtt tool. (IPv4 works fine with irtt, already tested.)

Running in -v to verbose showed me, that the format of IPv6 addresses is false for irtt:
Part of the output:
which: Found irtt executable at /usr/bin/irtt
UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address
). Using netperf UDP_RR
Ping (ms) UDP EF: Adding child NetperfDemoRunner

flent is run with --local-bind and -H in my case, for address handover of client and server.

Scrolling a bit through the irtt docs, I found that the host format for IPv6 addresses should be in brackets [ ]

Handing over the --local-bind in bracket format as a quick test solves the irtt issue with that address, but of course results in the address resolution to fail

Any help or quick fix is much appreciated!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6151baccbaf0e_2297c7603511a--