mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
When we have multiple netifs where at least one has checksum offloading capabilities, IP forwarding needs to set various checksum fields to 0 to prevent HW algorithms on calculating an invalid checksum. -> set checksum fields of IP/UDP/TCP/ICMP to 0 in ip4_forward(). See bug #56288 Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>