NetworkManager/src/platform
Thomas Haller 04ec21ccc2 logging: add new logging macros _LOGx_err() to log errno
Not yet used, only implemented for nm-linux-platform.c as a
show case.

Use it like:

  _LOGW_err (errno, "failed to popen()");
2016-02-05 11:10:38 +01:00
..
tests platform/tests: add test for handling IPv4 zero gateways 2016-01-16 21:27:12 +01:00
wifi wext: avoid division by zero 2016-01-29 20:18:22 +01:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c fake-platform: check link_get return 2016-01-29 20:18:22 +01:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c logging: add new logging macros _LOGx_err() to log errno 2016-02-05 11:10:38 +01:00
nm-linux-platform.h platform: warn about growing sysctl logging cache and clear it 2015-10-09 14:56:50 +02:00
nm-platform-utils.c platform: ignore permanent MAC addresses of all ones (FF:FF:FF:FF:FF:FF) 2016-01-29 17:37:39 -06:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform.c utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE() 2016-02-01 14:20:26 +01:00
nm-platform.h core: refactor functions to use NM_UTILS_LOOKUP*() 2016-01-24 15:04:36 +01:00
nmp-object.c platform: implement nmp_object_is_visible() based on nmp_object_is_alive() 2016-01-16 13:43:23 +01:00
nmp-object.h platform: add index for links by ifname 2015-12-17 18:42:53 +01:00