20 Mar
2026
20 Mar
'26
2:51 p.m.
tcp_fill_headers() calls eth_update_mac(eh, NULL, omac) which
unconditionally overwrites eh->h_source. The prior memcpy() setting
it to c->our_tap_mac is therefore redundant.
Signed-off-by: Laurent Vivier