mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 06:20:16 +01:00
I've seen this in `NetworkManager-1.34.0-0.3.el8.x86_64` (latest in CentOS
Stream 8 at the time of writing this message) which does not use the latest
Systemd but probably the code base is the same (see
|
||
|---|---|---|
| .. | ||
| sd-adapt-core | ||
| src | ||
| meson.build | ||
| nm-default-systemd-core.h | ||
| nm-sd-utils-core.c | ||
| nm-sd-utils-core.h | ||
| nm-sd-utils-dhcp.c | ||
| nm-sd-utils-dhcp.h | ||
| nm-sd.c | ||
| nm-sd.h | ||
| README.md | ||
libnm-systemd-core
This is a fork of systemd source files that are compiled as a static library with network helpers.
We use systemd's DHCPv6 and LLDP library, by forking their code.
We also still use their DHCPv4 library, but that is about to be replaced by nettools' n-dhcp4.
This approach of code-reuse is very cumbersome, and we should replace systemd code by a proper library (like nettools).
We should not use systemd directly from our sources, beyond what we really need.