summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-01-24 13:21:44 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-01-24 13:21:44 +0100
commitaf3cadb6a46ba93e8a729e71d82b176275931e62 (patch)
tree009b49da2953a40abfb6819d5806c6ef0023a333 /system.h
parentfd5c399c01ceb1bbede3ae8b0e1daaa7652a6fa1 (diff)
downloadnetifd-af3cadb6a46ba93e8a729e71d82b176275931e62.tar.gz
system-linux: VXLAN: add options to enable and disable UDP checksums
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
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
};