From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id 7C9AF5A0082 for ; Thu, 16 Feb 2023 18:32:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676568777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bORnSU/o8IRsfvP49j6ImD4Z11k1KoHtH1lrw7YJ8EU=; b=hcKXkUeTfRloXfQa7mmNpnnHbJfZXhgDBTxmfbydrpko5V6DPx71bIlXHk+kiPevbeXYlM weCbQ9h1iIu+aAU9vNV6CV5nRKuEN2zq0SLo171ik7BKnU9Rdm/N3DtTKMqJhMMaj1g+PH EVTL2WmqhAFzeaV5CFl9Wcxmkgegayg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-175-_Wq8D81QNOabOUgL5SBESw-1; Thu, 16 Feb 2023 12:32:56 -0500 X-MC-Unique: _Wq8D81QNOabOUgL5SBESw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C0903802D19; Thu, 16 Feb 2023 17:32:55 +0000 (UTC) Received: from maya.cloud.tilaa.com (unknown [10.33.32.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9A343C15BA0; Thu, 16 Feb 2023 17:32:55 +0000 (UTC) Date: Thu, 16 Feb 2023 18:32:50 +0100 From: Stefano Brivio To: Laine Stump Subject: Re: [PATCH v2] passt.1: Fix typo, improve wording in examples of port forwarding specifiers Message-ID: <20230216183250.2442b366@elisabeth> In-Reply-To: <96233b85-93de-6174-b64f-3655d9fb3642@redhat.com> References: <20230216072335.2238277-1-sbrivio@redhat.com> <96233b85-93de-6174-b64f-3655d9fb3642@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 55JKLFH3O5MNAKQEE7J2NOCD7ONYVQ2T X-Message-ID-Hash: 55JKLFH3O5MNAKQEE7J2NOCD7ONYVQ2T X-MailFrom: sbrivio@redhat.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: passt-dev@passt.top, David Gibson , Yalan Zhang X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 16 Feb 2023 11:53:07 -0500 Laine Stump wrote: > On 2/16/23 2:23 AM, Stefano Brivio wrote: > > Based on a patch from Laine, and reports from Laine and Yalan: fix > > the "22-80:32-90" example, and improve wording for the other ones: > > instead of using "to" to denote the end of a range, use "between ... > > and", so that it's clear we're *not* referring to target ports. > > > > Reported-by: Laine Stump > > Reported-by: Yalan Zhang > > Fixes: da20f57f19dc ("passt, qrap: Add man pages") > > Signed-off-by: Stefano Brivio > > Reviewed-by: Laine Stump > > (if I'm allowed :-) Oops, not anymore, I'm in the middle of pushing things out and running tests, I just pushed this, and I want to avoid rebasing the tree. -- Stefano