From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) by mail.toke.dk (Postfix) with ESMTPS id 30FC48C5477 for ; Wed, 29 Sep 2021 12:00:55 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=xl1RqoYt Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 7FFB8E0209 for ; Wed, 29 Sep 2021 03:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632909654; bh=MSdSoI3cJmJMRkeMGnw+Nk/ZyfQQuucaICcu0CqriqE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xl1RqoYt/djE98hqRyPukpQ001Oc7JYpidrloG494xYb+I7zNIQqPbWTqFqjUEJnw kwACIhdbQF6V3nHlTqFVFpBGYKx4IN7J/pcM39/VWL6V+A11a4EfeRgoR+RDuv3rM2 /tKcB3uz82FUb5P1HpaOMEK3Rgt+ySDqhpxQHAiw= Date: Wed, 29 Sep 2021 03:00:54 -0700 From: j-breyer To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6154395671e0d_3ac5c7601983c5"; 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: PTPDHO4OXZOOJVICXDUCUWUFMKKZI4CS X-Message-ID-Hash: PTPDHO4OXZOOJVICXDUCUWUFMKKZI4CS 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] Re: [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_6154395671e0d_3ac5c7601983c5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit >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, e.g., `rrul46compete`, because it seems sometimes a device interface must be appended to the IPv6 for the apps to work, and sometimes it doesn't, as I'm working with link-local address spaces (i.e., `a::b%dev1` instead of `a::b`). That may be related to the irtt issue, but maybe it's a whole new issue of its own. (If there is no quick fix for that, I could try to use other IPv6 spaces, but that doesn't help with the issue itself) -- 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#issuecomment-930030364 ----==_mimepart_6154395671e0d_3ac5c7601983c5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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, e.g., rrul46compete, because it seems sometimes a device interface must be appended to the IPv6 for the apps to work, and sometimes it doesn't, as I'm working with link-local address spaces (i.e., a::b%dev1 instead of a::b).
That may be related to the irtt issue, but maybe it's a whole new issue of its own. (If there is no quick fix for that, I could try to use other IPv6 spaces, but that doesn't help with the issue itself)


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_6154395671e0d_3ac5c7601983c5--