]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: introduce netdev "Netdevsim" Driver
authorSusant Sahani <susant@redhat.com>
Sat, 2 Jun 2018 13:06:33 +0000 (18:36 +0530)
committerSusant Sahani <susant@redhat.com>
Sun, 3 Jun 2018 02:46:11 +0000 (08:16 +0530)
commit56e7fb5088b05fc0c4827dd6ffa1272ce661fd6e
tree55c8ef204a8bf2ed4a561bbcd00a7f0ad0540971
parent33de6b57a82a70a5b1e6991d0eb459f5c49578f9
networkd: introduce netdev "Netdevsim" Driver

This "netdevsim" as implied by the name is a tool for network developers and is 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.
man/systemd.netdev.xml
src/libsystemd/sd-netlink/netlink-types.c
src/libsystemd/sd-netlink/netlink-types.h
src/network/meson.build
src/network/netdev/netdev.c
src/network/netdev/netdev.h
src/network/netdev/netdevsim.c [new file with mode: 0644]
src/network/netdev/netdevsim.h [new file with mode: 0644]