]> git.ipfire.org Git - thirdparty/iproute2.git/commit
vxlan: Add support for enabling UDP checksums
authorTom Herbert <therbert@google.com>
Fri, 7 Nov 2014 16:05:34 +0000 (08:05 -0800)
committerStephen Hemminger <shemming@brocade.com>
Sat, 29 Nov 2014 19:07:00 +0000 (11:07 -0800)
commit666cdc506f0fb540f123a9ce3d8585b5e9cb9698
tree861aec9fd05076d481bf9169c9cd5a1796fa806e
parent8ca8fac7aaf61a05ee074fe1f1daee4acabf8588
vxlan: Add support for enabling UDP checksums

Add udpcsum option to enable transmitting UDP checksums when doing
VXLAN/IPv4. Add udp6zerocsumtx, and udp6zerocsumrx options to enable
sending zero checksums and receiving zero checksums in VXLAN/IPv6.

Signed-off-by: Tom Herbert <therbert@google.com>
ip/iplink_vxlan.c