Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip4: don't zero checksum on forwarding
this fixes IP forwarding for systems that don't have hardware checksumming on the output interface. The CHECKSUM_GEN_xxx checks meant that lwip was unconditionally zeroing the checksums when forwarding was enabled, the the checksums were not being re-calculated before sending, resulting in zero checksum on the forwarded output packets
- Loading branch information