From 090d739bd16ed0d810bf2fe9603229aad74adc62 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 16 Jul 2026 01:14:38 +0200 Subject: passt.1, pesto.1: ::1 is an address, not a port 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 Reviewed-by: David Gibson --- 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 -- cgit v1.2.3