summaryrefslogtreecommitdiff
path: root/src/udev/net/ethtool-util.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@users.noreply.github.com>2017-09-19 14:19:58 +0530
committerLennart Poettering <lennart@poettering.net>2017-09-19 10:49:58 +0200
commitffa69a04be8ec4f4f82e862980eb456eadddb27c (patch)
treebd705e91dd65ea14d5f6fab6cc3d6139308dd65d /src/udev/net/ethtool-util.h
parentc9f7fb0f3c7b3d31a3fa414d06f3c166ebe0dc5d (diff)
downloadsystemd-ffa69a04be8ec4f4f82e862980eb456eadddb27c.tar.gz
systemd-link: Add support to configure tx-tcp6-segmentation (#6859)
closes #6854 tcp-segmentation-offload: off tx-tcp-segmentation: off tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: off tx-tcp6-segmentation: off <==========================
Diffstat (limited to 'src/udev/net/ethtool-util.h')
-rw-r--r--src/udev/net/ethtool-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/net/ethtool-util.h b/src/udev/net/ethtool-util.h
index 89c531ae08..909b56b1e6 100644
--- a/src/udev/net/ethtool-util.h
+++ b/src/udev/net/ethtool-util.h
@@ -53,6 +53,7 @@ typedef enum NetDevFeature {
NET_DEV_FEAT_GRO,
NET_DEV_FEAT_LRO,
NET_DEV_FEAT_TSO,
+ NET_DEV_FEAT_TSO6,
NET_DEV_FEAT_UFO,
_NET_DEV_FEAT_MAX,
_NET_DEV_FEAT_INVALID = -1