From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id E953C8C53FD for ; Wed, 29 Sep 2021 11:19:32 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=ETLZJBA7 Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 03AB5340213 for ; Wed, 29 Sep 2021 02:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632907171; bh=clCwm8zV1CeH/IPMIcNdTvz8jitE4xtJ2zDpDgXJ0HA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ETLZJBA7T4XLLq+o08OdR04zf6hjyaFOzXFH1o0wY0/1o+w6gRARzL+13OAS+UORU SKWxx2dczzXWkcn5rLyOvTUCuJiqK/T82AuJeLOUXl1wgEhAv019/iPkrrI7xjm/XX fDuMZCSvtstqiGSgqZOMofBtGDfVYMDVkqTLs5OQ= Date: Wed, 29 Sep 2021 02:19:30 -0700 From: Pete Heist To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_61542fa2e8241_55c1c760335160"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: heistp 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: H4UFYWY76VU7UOVCN5NHOJRYHANEVILF X-Message-ID-Hash: H4UFYWY76VU7UOVCN5NHOJRYHANEVILF 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_61542fa2e8241_55c1c760335160 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 updated in a Debian package as I'm not maintaining that. 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... -- 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-930000006 ----==_mimepart_61542fa2e8241_55c1c760335160 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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 updated in a Debian package as I'm not maintaining that.

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


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