From d30e0b7699dde95c337a391bb991ac800d059e13 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 11 Mar 2026 23:03:09 +1100 Subject: Fix misnamed field in struct ctx comments @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 Signed-off-by: Stefano Brivio --- passt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passt.h b/passt.h index 299185b..0548dac 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 -- cgit v1.2.3