interface: Add missing ip4 udp->checksum = 0 prior to computing checksum 53/24553/2
authorSteven Luong <sluong@cisco.com>
Mon, 27 Jan 2020 18:37:56 +0000 (10:37 -0800)
committerDamjan Marion <dmarion@me.com>
Mon, 27 Jan 2020 20:42:43 +0000 (20:42 +0000)
For ip4 tcp, ip6 tcp, and ip6 udp packet, we set checksum = 0 prior to
computing the checksum. We missed ip4 udp case. This oversight requires all
clients to set udp->checksum = 0 if ip4 udp checksum offload is needed.

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ic608811e82099f3bec469e123671e9b281f38d76


No differences found