]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/netdev: remove support of netdevsim
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Apr 2025 22:10:51 +0000 (07:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Apr 2025 00:23:27 +0000 (09:23 +0900)
commit67bdb6bee02362c99327156b74ec6ee951e86bb7
tree7adaa578733f6db86473cd98b4c30204a0d35bfd
parent012d76ab7971f603ea02b98120d56695ff2b8038
network/netdev: remove support of netdevsim

netdevsim device creation by networkd was deprecated by
59a9ef102240adad039f58524cfa5774f9e78a7d (v246), and it does not work
since kernel v5.2:
https://github.com/torvalds/linux/commit/e05b2d141fef22cfac1928cf0eb6890e5dae4216

Now our baseline for the kernel is v5.4. Let's completely kill the
feature.
src/network/meson.build
src/network/netdev/netdev.c
src/network/netdev/netdev.h
src/network/netdev/netdevsim.c [deleted file]
src/network/netdev/netdevsim.h [deleted file]