mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-08 18:38:22 +02:00
Properties in the "user" setting are a convenient way to associate any kind of user-provided metadata to connections. However, nmcli doesn't support the user setting at the moment and adding this feature requires a significant effort. Without nmcli support, dispatcher scripts can only access user properties by either parsing connection files or by using D-Bus (with or without libnm and GObject introspection). Since both these solutions are not very convenient, provide an alternative way: pass the properties as environment variables. |
||
|---|---|---|
| .. | ||
| common.ent.in | ||
| meson.build | ||
| NetworkManager-dispatcher.xml | ||
| NetworkManager-wait-online.service.xml | ||
| NetworkManager.conf.xml | ||
| NetworkManager.xml | ||
| nm-cloud-setup.xml | ||
| nm-initrd-generator.xml | ||
| nm-online.xml | ||
| nm-openvswitch.xml | ||
| nm-settings-dbus.xsl | ||
| nm-settings-ifcfg-rh.xsl | ||
| nm-settings-keyfile.xsl | ||
| nm-settings-nmcli.xsl | ||
| nmcli-examples.xml | ||
| nmcli.xml | ||
| nmtui.xml | ||