From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id CE7085A0275; Thu, 16 Jul 2026 01:25:23 +0200 (CEST) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 3/4] passt.1, pesto.1: ::1 is an address, not a port Date: Thu, 16 Jul 2026 01:25:22 +0200 Message-ID: <20260715232523.3372714-4-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260715232523.3372714-1-sbrivio@redhat.com> References: <20260715232523.3372714-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: Z7C63PWWFLJAVCDWED5ED7DQH35RNHPA X-Message-ID-Hash: Z7C63PWWFLJAVCDWED5ED7DQH35RNHPA X-MailFrom: sbrivio@passt.top 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: David Gibson X-Mailman-Version: 3.3.8 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: Fixes: 4e09ddf03443 ("conf: Allow user-specified auto-scanned port forwarding ranges") Fixes: cbd58d631db9 ("pesto: Parse and add new rules from command line") Signed-off-by: Stefano Brivio --- passt.1 | 2 +- pesto.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/passt.1 b/passt.1 index 1570f6a..995590a 100644 --- a/passt.1 +++ b/passt.1 @@ -555,7 +555,7 @@ Automatically forward any ports which are bound in the namespace .TP -t ::1/auto Automatically forward any ports which are bound in the namespace, -listening only on local port ::1 +listening only on local address ::1 .TP -t 8000-8010,auto Forward ports in the range 8000-8010 if and only if they are bound in diff --git a/pesto.1 b/pesto.1 index c13a18e..3650957 100644 --- a/pesto.1 +++ b/pesto.1 @@ -175,7 +175,7 @@ Automatically forward any ports which are bound in the namespace .TP -t ::1/auto Automatically forward any ports which are bound in the namespace, -listening only on local port ::1 +listening only on local address ::1 .TP -t 8000-8010,auto Forward ports in the range 8000-8010 if and only if they are bound in -- 2.43.0