]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-gperf.gperf
networkd: remote checksum offload for vxlan (#4110)
[thirdparty/systemd.git] / src / network / networkd-netdev-gperf.gperf
index 6dbb627f1510c1828f2687a17f08db316ff5f8d6..6b7ab7ab87791f0c9e6d0068785412ea7a5adf0a 100644 (file)
@@ -65,6 +65,8 @@ VXLAN.RouteShortCircuit,     config_parse_bool,                  0,
 VXLAN.UDPCheckSum,           config_parse_bool,                  0,                             offsetof(VxLan, udpcsum)
 VXLAN.UDP6ZeroCheckSumRx,    config_parse_bool,                  0,                             offsetof(VxLan, udp6zerocsumrx)
 VXLAN.UDP6ZeroCheckSumTx,    config_parse_bool,                  0,                             offsetof(VxLan, udp6zerocsumtx)
+VXLAN.RemoteCheckSumTx,      config_parse_bool,                  0,                             offsetof(VxLan, remote_csum_tx)
+VXLAN.RemoteCheckSumRx,      config_parse_bool,                  0,                             offsetof(VxLan, remote_csum_rx)
 VXLAN.FDBAgeingSec,          config_parse_sec,                   0,                             offsetof(VxLan, fdb_ageing)
 VXLAN.GroupPolicyExtension,  config_parse_bool,                  0,                             offsetof(VxLan, group_policy)
 VXLAN.MaximumFDBEntries,     config_parse_unsigned,              0,                             offsetof(VxLan, max_fdb)