]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: deprecate netdevsim support in .netdev config
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Jun 2020 08:26:36 +0000 (17:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Jun 2020 08:26:40 +0000 (17:26 +0900)
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

index d489ddf989abaea900649e5b2b0d55136882a539..6ebaf1143cf94c2389cb602aee349c79065af348 100644 (file)
           <row><entry><varname>wireguard</varname></entry>
           <entry>WireGuard Secure Network Tunnel.</entry></row>
 
-          <row><entry><varname>netdevsim</varname></entry>
-          <entry>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.</entry></row>
-
           <row><entry><varname>nlmon</varname></entry>
           <entry>A Netlink monitor device. Use an nlmon device when you want to monitor system Netlink messages.</entry></row>