mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 04:58:01 +02:00
"device-add" and "device-delete" actions are called for
device-handlers of generic devices. They differ from other actions in
the following aspects:
- only one script is invoked, the one with name specified by the
device-handler property;
- the script is searched in the "device" subdirectory;
- since there is only one script executed, the result and error
string from that script are returned by NM in the callback function.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-dispatcher-api.h | ||
| nm-libnm-core-aux.c | ||
| nm-libnm-core-aux.h | ||
| README.md | ||
libnm-core-aux-extern
libnm-core-aux-extern is a static library that is similar to
libnm-core-aux-intern.
The only difference is that libnm-core-aux-extern is not used by
libnm-core-impl itself. So you must not
use it there.
Otherwise, it's the same and has the same usage.