diff options
author | lemmi <lemmi@nerd2nerd.org> | 2023-05-08 18:05:01 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-05-09 23:29:32 +0200 |
commit | 96f8d55c4f5093fa59c168361c0428b53b6d2d06 (patch) | |
tree | 740209c67bca60c5f76335dc491029c29157be75 | |
parent | 940bd3eff922c46ac280136e3674ee70ea40f08e (diff) | |
download | passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.gz passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.bz2 passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.lz passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.xz passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.zst passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.zip |
correct -6 option in manpage2023_05_09.96f8d55
Signed-off-by: lemmi <lemmi@nerd2nerd.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | passt.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -310,7 +310,7 @@ By default, IPv6 operation is enabled as long as at least an IPv6 default route and an interface address are configured on a given host interface. .TP -.BR \-4 ", " \-\-ipv6-only +.BR \-6 ", " \-\-ipv6-only Enable IPv6-only operation. IPv4 traffic will be ignored. By default, IPv4 operation is enabled as long as at least an IPv4 default route and an interface address are configured on a given host interface. |