Skip to content
Commit 81e5d41d authored by Jesse Gross's avatar Jesse Gross
Browse files

openvswitch: Fix checksum update for actions on UDP packets.



When modifying IP addresses or ports on a UDP packet we don't
correctly follow the rules for unchecksummed packets.  This meant
that packets without a checksum can be given a incorrect new checksum
and packets with a checksum can become marked as being unchecksummed.
This fixes it to handle those requirements.

Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 651a68ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment