From d2438efb69558877a0b306247dbcba5ecbd5b794 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 11 Mar 2026 23:03:07 +1100 Subject: tcp: Remove stale description of port_to_tap field This field was removed in 163dc5f18899 ("Consolidate port forwarding configuration into a common structure"), but the corresponding comment describing it was not. Fix the oversight. Fixes: 163dc5f18899 ("Consolidate port forwarding configuration into a common structure") Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- tcp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tcp.h b/tcp.h index 384974d..c9455e8 100644 --- a/tcp.h +++ b/tcp.h @@ -38,7 +38,6 @@ extern bool peek_offset_cap; /** * struct tcp_ctx - Execution context for TCP routines - * @port_to_tap: Ports bound host-side, packets to tap or spliced * @fwd_in: Port forwarding configuration for inbound packets * @fwd_out: Port forwarding configuration for outbound packets * @timer_run: Timestamp of most recent timer run -- cgit v1.2.3