From 59a9ef102240adad039f58524cfa5774f9e78a7d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 25 Jun 2020 17:26:36 +0900 Subject: [PATCH 1/2] network: deprecate netdevsim support in .netdev config Since kernel 5.2, netdevsim creation/destruction via netlink is removed. So, let's remove the netdevsim support from our documents. See below commit for more details. https://github.com/torvalds/linux/commit/e05b2d141fef22cfac1928cf0eb6890e5dae4216 --- man/systemd.netdev.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index d489ddf989..6ebaf1143c 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -171,9 +171,6 @@ wireguard WireGuard Secure Network Tunnel. - netdevsim - A simulator. This simulated networking device is used for testing various networking APIs and at this time is particularly focused on testing hardware offloading related interfaces. - nlmon A Netlink monitor device. Use an nlmon device when you want to monitor system Netlink messages. From 440988666c5cb8b47d8052b42c609d0f129897e2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 25 Jun 2020 17:30:19 +0900 Subject: [PATCH 2/2] test-network: remove unused config --- test/test-network/conf/25-netdevsim.netdev | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/test-network/conf/25-netdevsim.netdev diff --git a/test/test-network/conf/25-netdevsim.netdev b/test/test-network/conf/25-netdevsim.netdev deleted file mode 100644 index 899f2d9f4c..0000000000 --- a/test/test-network/conf/25-netdevsim.netdev +++ /dev/null @@ -1,3 +0,0 @@ -[NetDev] -Kind=netdevsim -Name=netdevsim99