commit | 6a5536810180bb2c739df890a36cfa29da1914eb | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Wed May 18 10:44:47 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 20 19:25:52 2016 -0400 |
tree | 5c66ca79e655ffab486f9c82a73980585996f565 | |
parent | 9a0351dfca14b44443a98c0cafe4de234d1ba469 [diff] |
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE This patch addresses the same issue we had for IPv4 where enabling GRE with an inner checksum cannot be supported with FOU/GUE due to the fact that they will jump past the GRE header at it is treated like a tunnel header. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>