diff options
| author | Stefano Brivio <sbrivio@redhat.com> | 2026-07-16 01:14:38 +0200 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-07-16 10:47:00 +0200 |
| commit | 090d739bd16ed0d810bf2fe9603229aad74adc62 (patch) | |
| tree | bb45ef77bbd0eb1e83ad0c7d8d4b921d2b85d6f0 | |
| parent | 7d0c07728813880d6049abb3dc33dcaf8154ff66 (diff) | |
| download | passt-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.1 | 2 | ||||
| -rw-r--r-- | pesto.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |
