From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by mail.toke.dk (Postfix) with ESMTPS id 8552F8C5619 for ; Wed, 29 Sep 2021 14:32:32 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=KV6AT5SO Received: from github-lowworker-18092a0.ac4-iad.github.net (github-lowworker-18092a0.ac4-iad.github.net [10.52.123.83]) by smtp.github.com (Postfix) with ESMTP id 53652560799 for ; Wed, 29 Sep 2021 05:32:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632918751; bh=oVFP6Y+NFIs9yQhdBzHTe+wrz01/un61XDNs7ukbUj4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KV6AT5SOTqml9X3HbgHpw/0xYZKpIcqhHETKYqHoYQmruAQy1ZbWrYaE2HA3ABKA2 zS+2BukXzm8BG4rjjdECJ26QLqd0jtz0fSUdSUX8Dihhx9lx+qGtl1ZnK45dZQZ3a8 XPTeu0XFGmb2HVZO88VIeXqIDB19gv9oBnTUVqKU= Date: Wed, 29 Sep 2021 05:32:31 -0700 From: Pete Heist To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_61545cdf44748_3f38c7603059e"; 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: JYFJG6QWVH3IMI4GF5MO7YKBDTUBOVMI X-Message-ID-Hash: JYFJG6QWVH3IMI4GF5MO7YKBDTUBOVMI 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] runners: Bracket IPv6 addresses before passing to irtt (#239) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_61545cdf44748_3f38c7603059e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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. You can view, comment on, or merge this pull request online at: https://github.com/tohojo/flent/pull/239 -- Commit Summary -- * runners: Bracket IPv6 addresses before passing to irtt -- File Changes -- M flent/runners.py (17) -- Patch Links -- https://github.com/tohojo/flent/pull/239.patch https://github.com/tohojo/flent/pull/239.diff -- 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/pull/239 ----==_mimepart_61545cdf44748_3f38c7603059e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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.


You can view, comment on, or merge this pull request online at:

  https://github.com/tohojo/flent/pull/239

Commit Summary

File Changes

Patch Links:


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