aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2026-03-11 23:03:07 +1100
committerStefano Brivio <sbrivio@redhat.com>2026-03-11 22:11:30 +0100
commitd2438efb69558877a0b306247dbcba5ecbd5b794 (patch)
tree48456cefdbce93aa1772f78d1f25423e7e1fcee2
parent0294fae2050a224d7c6ad99d9cb8f2490c58594c (diff)
downloadpasst-d2438efb69558877a0b306247dbcba5ecbd5b794.tar
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.tar.gz
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.tar.bz2
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.tar.lz
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.tar.xz
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.tar.zst
passt-d2438efb69558877a0b306247dbcba5ecbd5b794.zip
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 <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--tcp.h1
1 files changed, 0 insertions, 1 deletions
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