diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-23 11:36:25 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-28 22:47:15 +0900 |
commit | d61e4c5b6e312020b22aca5acd3765df1ce61f27 (patch) | |
tree | 58858bd9e2d3c6c060b63b95d5814ae64dee54f7 /man | |
parent | daf0f8ca87284b847c40102dbaca0890fec2f971 (diff) | |
download | systemd-d61e4c5b6e312020b22aca5acd3765df1ce61f27.tar.gz |
network: add nlmon support
nlmon is a Netlink monitor device.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 26a5dbbd1e..066793c6e6 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -171,7 +171,10 @@ <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> + <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> <row><entry><varname>fou</varname></entry> <entry>Foo-over-UDP tunneling.</entry></row> |