chiark / gitweb /
networkd vxlan: Add support for enabling UDP checksums
authorSusant Sahani <susant@redhat.com>
Thu, 5 Mar 2015 16:32:47 +0000 (22:02 +0530)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 06:42:43 +0000 (07:42 +0100)
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

index ee020a29428ec9664d9091e9b3836230a660b95f..11dd0d407f8ed63f54e479ba8b52545d309181af 100644 (file)
@@ -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);