From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id CB7A35A026F for ; Wed, 10 May 2023 08:59:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683701972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=426uOtvSRrGNBcKw1YzFEwEJd11pKKL6ethNXpvkB1g=; b=LNEcHPKyH1S1DYC3so9TiyjO3Qq6XMKZ0JAfJ39TRxf4kQgZ+rp0AM2Ak0ERSs7C6oZiBq D5tc760GAyxmY+WqbmTC4sQTUiyhtV5dtQVnMfeUQh215y+8oineWP5kshGgD3JvK/nQBq kCpZwccPWmcCxas9ZQ67SjBfXX4/8gc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-345-y_-bRyerPR6KTzR8RFaAzg-1; Wed, 10 May 2023 02:59:29 -0400 X-MC-Unique: y_-bRyerPR6KTzR8RFaAzg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3A258100F651; Wed, 10 May 2023 06:59:29 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.7]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 91F102166B29; Wed, 10 May 2023 06:59:28 +0000 (UTC) Date: Wed, 10 May 2023 08:59:26 +0200 From: Stefano Brivio To: lemmi Subject: Re: [PATCH] correct -6 option in manpage Message-ID: <20230510085926.4f1f7b66@elisabeth> In-Reply-To: <20230508160501.24760-1-lemmi@nerd2nerd.org> References: <20230508160501.24760-1-lemmi@nerd2nerd.org> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: VXG5HJYBVHQJO33XHOX4MKBAT5RDVFKA X-Message-ID-Hash: VXG5HJYBVHQJO33XHOX4MKBAT5RDVFKA X-MailFrom: sbrivio@redhat.com 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: passt-dev@passt.top 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: On Mon, 8 May 2023 18:05:01 +0200 lemmi wrote: > Signed-off-by: lemmi > --- > passt.1 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/passt.1 b/passt.1 > index 9c4da20..19e01d5 100644 > --- a/passt.1 > +++ b/passt.1 > @@ -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. Pushed, thanks, and welcome to the git log! -- Stefano