mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 06:30:33 +01:00
The dispatcher only runs one script at a time for any given request, but would dispatch multiple requests in parallel. So if a device was brought up and then back down quickly, it could end up dispatching the "down" scripts while the "up" scripts were still running. Or if two devices came up at the same time, two instances of the same "up" script might run at the same time, which could cause problems if they both tried to modify the same file. Fix this by only dispatching the scripts for a single request at a time. |
||
|---|---|---|
| .. | ||
| tests | ||
| 77-nm-olpc-mesh.rules | ||
| Makefile.am | ||
| nm-avahi-autoipd-action.c | ||
| nm-avahi-autoipd.conf | ||
| nm-dispatcher-action.c | ||
| nm-dispatcher-action.h | ||
| nm-dispatcher-utils.c | ||
| nm-dispatcher-utils.h | ||
| nm-dispatcher.conf | ||
| nm-dispatcher.xml | ||
| org.freedesktop.nm_dispatcher.service.in | ||