commit | bc7cc5999fd392cc799630d7e375b2f4e29cc398 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Mon May 30 14:04:25 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue May 31 13:51:42 2016 -0700 |
tree | 93951297d1c82bdd0d241d6f8385c7f6ff9cea53 | |
parent | 40eb90e9ccc3f96f937ea1db79d0f9cb61553ed5 [diff] |
openvswitch: update checksum in {push,pop}_mpls In the case of CHECKSUM_COMPLETE the skb checksum should be updated in {push,pop}_mpls() as they the type in the ethernet header. As suggested by Pravin Shelar. Cc: Pravin Shelar <pshelar@nicira.com> Fixes: 25cd9ba0abc0 ("openvswitch: Add basic MPLS support to kernel") Signed-off-by: Simon Horman <simon.horman@netronome.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>