From af3cadb6a46ba93e8a729e71d82b176275931e62 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 24 Jan 2018 13:21:44 +0100 Subject: system-linux: VXLAN: add options to enable and disable UDP checksums Signed-off-by: Matthias Schiffer --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index 61c72c2..371a524 100644 --- a/system.h +++ b/system.h @@ -41,6 +41,8 @@ enum vxlan_data { VXLAN_DATA_ATTR_ID, VXLAN_DATA_ATTR_PORT, VXLAN_DATA_ATTR_MACADDR, + VXLAN_DATA_ATTR_RXCSUM, + VXLAN_DATA_ATTR_TXCSUM, __VXLAN_DATA_ATTR_MAX }; -- cgit v1.2.1