From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202602 header.b=b5taR5jw; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 6D0095A0265 for ; Tue, 10 Mar 2026 05:16:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202602; t=1773116167; bh=71p15QWPLohSBM/skXMIdB8kB8XkofIt7sIBXwvZRz0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b5taR5jwFcKusmqoQsJB0UHZ82TD+qYZKMctkGYVtBbOlratTGabOM5V63YRpUMR/ ybaW4v2iqAWcsXnv//rc/EaGfuxXJCsucP4ffvTxf9KNgmzxNhIq3FAbzBbLj2jU9f fRv+wsRahmINah9Kut/IIn/eX4tv1hBU0frFPWC3WQQgwhw1VycRzRDlPqOW/jDY/0 WDl8FQDm35VeK1koR5roKIkz1FAMx+84T/C/hy8FGXzwNGgZ7zwY1rt4933kkH+JNs 6xA3WQkhFAsVYMb19HlkpNeMma9+jo47uCpMcoWFusxEkFy3oPP/NoQD7W4W3MsMLB fgxs3eDzPZEKg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4fVLCq5sK9z4wMG; Tue, 10 Mar 2026 15:16:07 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 4/6] Fix misnamed field in struct ctx comments Date: Tue, 10 Mar 2026 15:16:03 +1100 Message-ID: <20260310041605.1322552-5-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260310041605.1322552-1-david@gibson.dropbear.id.au> References: <20260310041605.1322552-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: XMB5OO4ZKKPDKG7E7VHRCVFUOVVLKZUS X-Message-ID-Hash: XMB5OO4ZKKPDKG7E7VHRCVFUOVVLKZUS X-MailFrom: dgibson@gandalf.ozlabs.org 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: David Gibson 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: @no_udp wasn't listed, but @no_tcp was listed twice. Fixes: 1e49d194d017 ("passt, pasta: Introduce command-line options and port re-mapping") Signed-off-by: David Gibson --- passt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passt.h b/passt.h index 299185ba..0548dacd 100644 --- a/passt.h +++ b/passt.h @@ -186,7 +186,7 @@ struct ip6_ctx { * @pasta_conf_ns: Configure namespace after creating it * @no_tcp: Disable TCP operation * @tcp: Context for TCP protocol handler - * @no_tcp: Disable UDP operation + * @no_udp: Disable UDP operation * @udp: Context for UDP protocol handler * @no_icmp: Disable ICMP operation * @icmp: Context for ICMP protocol handler -- 2.53.0