8 Dec
2025
8 Dec
'25
9:14 a.m.
Hi Stefano, On Mon, 2025-12-08 at 08:20 +0100, Stefano Brivio wrote:
@@ -1035,6 +1042,35 @@ void tcp_fill_headers(const struct ctx *c, struct tcp_tap_conn *conn, tap_hdr_update(taph, MAX(l3len + sizeof(struct ethhdr), ETH_ZLEN)); }
This chunk fails to apply because master currently has the following line instead: tap_hdr_update(taph, l3len + sizeof(struct ethhdr)); The patch applied cleanly after I fixed the context though. Thanks, -- Max