mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 23:20:31 +01:00
Introducing new dispatcher event -- `dns-change` which will be emitted when DNS configuration changed(even in `dns=none` mode). This is to solve two use cases: * Invoke dispatch script for DNS changes triggered by the global DNS API. * Do not invoke [OpenShift resolv-prepender][1] for non-DNS changes. Bug reference: https://issues.redhat.com/browse/RHEL-1671 [1]: https://github.com/openshift/machine-config-operator/blob/master/templates/common/on-prem/files/resolv-prepender.yaml Signed-off-by: Gris Ge <fge@redhat.com> |
||
|---|---|---|
| .. | ||
| 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.