https://bugs.kde.org/show_bug.cgi?id=425992

David Redondo <k...@david-redondo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/ksysguard/commit/be88b54
                   |                            |2e38fecbf50cccc605731343a8f
                   |                            |2656f6
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #60 from David Redondo <k...@david-redondo.de> ---
Git commit be88b542e38fecbf50cccc605731343a8f2656f6 by David Redondo.
Committed on 07/01/2021 at 12:48.
Pushed by davidre into branch 'master'.

Add a network backend that uses rtnetlink

Queries information about current network devices using the rtnetlink kernel
interface. This exposed all the info except a pretty name for the current
connection and wireless strength. We can use this as a fallback on Linux if
NetworkManager is not available.
Because this is our fallback on Linux libnl is now required (from recommended).

M  +10   -6    CMakeLists.txt
M  +14   -3    cmake/FindNL.cmake
M  +7    -2    plugins/global/network/CMakeLists.txt
M  +1    -0    plugins/global/network/NetworkBackend.h
M  +0    -2    plugins/global/network/NetworkDevice.h
M  +1    -1    plugins/global/network/NetworkManagerBackend.h
M  +13   -0    plugins/global/network/NetworkPlugin.cpp
M  +2    -0    plugins/global/network/NetworkPlugin.h
A  +160  -0    plugins/global/network/RtNetlinkBackend.cpp     [License:
LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)]
A  +48   -0    plugins/global/network/RtNetlinkBackend.h     [License:
LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)]

https://invent.kde.org/plasma/ksysguard/commit/be88b542e38fecbf50cccc605731343a8f2656f6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to