]> git.ipfire.org Git - thirdparty/systemd.git/commit
ethtool-util: drop use of deprecated ETHTOOL_GSET and ETHTOOL_SSET
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Sep 2025 01:21:51 +0000 (10:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Sep 2025 10:45:58 +0000 (19:45 +0900)
commit5505c528b985be7aea656082c1cc8455c31fd5bf
tree7e3f033af17935c1c2ef59c3e576ba37a94164e8
parent4feade85d79d0051dce949ee2b597b045448e968
ethtool-util: drop use of deprecated ETHTOOL_GSET and ETHTOOL_SSET

The methods are deprecated since kernel v4.20,
https://github.com/torvalds/linux/commit/9b3004953503462a4fab31b85e44ae446d48f0bd
and they are trivial wrapper of ETHTOOL_GLINKSETTINGS and ETHTOOL_SLINKSETTINGS,
respectively. Hence, the fallback logic is nowadays completely
meaningless. Let's drop them.
src/shared/ethtool-util.c