From 2dd995262538b9a71022e0591381e67a728e0887 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Thu, 5 Mar 2015 22:02:47 +0530 Subject: [PATCH] networkd vxlan: Add support for enabling UDP checksums Add UDPCheckSum option to enable transmitting UDP checksums when doing VXLAN/IPv4. Add UDP6ZeroChecksumRx, and UDP6ZeroChecksumTx options to enable sending zero checksums and receiving zero checksums in VXLAN/IPv6 [tomegun: rebase manpage due to whitespace changes] --- src/libelogind/sd-hwdb/hwdb-util.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libelogind/sd-hwdb/hwdb-util.h b/src/libelogind/sd-hwdb/hwdb-util.h index ee020a294..11dd0d407 100644 --- a/src/libelogind/sd-hwdb/hwdb-util.h +++ b/src/libelogind/sd-hwdb/hwdb-util.h @@ -27,5 +27,8 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(sd_hwdb*, sd_hwdb_unref); #define _cleanup_hwdb_unref_ _cleanup_(sd_hwdb_unrefp) + bool udpcsum; + bool udp6zerocsumtx; + bool udp6zerocsumrx; bool hwdb_validate(sd_hwdb *hwdb); -- 2.30.2