]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: add nlmon support
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 May 2019 02:36:25 +0000 (11:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 28 May 2019 13:47:15 +0000 (22:47 +0900)
commitd61e4c5b6e312020b22aca5acd3765df1ce61f27
tree58858bd9e2d3c6c060b63b95d5814ae64dee54f7
parentdaf0f8ca87284b847c40102dbaca0890fec2f971
network: add nlmon support

nlmon is a Netlink monitor device.
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/nlmon.c [new file with mode: 0644]
src/network/netdev/nlmon.h [new file with mode: 0644]
src/network/networkd-link.c