Revision af67eb9e7e1ab37880459f83153d34b3c42b0075 authored by Alexander Duyck on 02 May 2016, 16:25:16 UTC, committed by David S. Miller on 03 May 2016, 20:00:54 UTC
We need to perform an additional check on the inner headers to determine if
we can offload the checksum for them.  Previously this check didn't occur
so we would generate an invalid frame in the case of an IPv6 header
encapsulated inside of an IPv4 tunnel.  To fix this I added a secondary
check to vxlan_features_check so that we can verify that we can offload the
inner checksum.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 996e802
History
File Mode Size
Kconfig -rw-r--r-- 812 bytes
Makefile -rw-r--r-- 241 bytes
af_vsock.c -rw-r--r-- 47.5 KB
vmci_transport.c -rw-r--r-- 58.2 KB
vmci_transport.h -rw-r--r-- 4.1 KB
vmci_transport_notify.c -rw-r--r-- 18.0 KB
vmci_transport_notify.h -rw-r--r-- 2.9 KB
vmci_transport_notify_qstate.c -rw-r--r-- 11.2 KB
vsock_addr.c -rw-r--r-- 1.9 KB

back to top