aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2026-07-16 01:14:38 +0200
committerStefano Brivio <sbrivio@redhat.com>2026-07-16 10:47:00 +0200
commit090d739bd16ed0d810bf2fe9603229aad74adc62 (patch)
treebb45ef77bbd0eb1e83ad0c7d8d4b921d2b85d6f0
parent7d0c07728813880d6049abb3dc33dcaf8154ff66 (diff)
downloadpasst-090d739bd16ed0d810bf2fe9603229aad74adc62.tar
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.tar.gz
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.tar.bz2
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.tar.lz
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.tar.xz
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.tar.zst
passt-090d739bd16ed0d810bf2fe9603229aad74adc62.zip
passt.1, pesto.1: ::1 is an address, not a portHEAD2026_07_16.090d739master
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 <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--passt.12
-rw-r--r--pesto.12
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