mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 23:50:08 +01:00
Add a new "path" property to the match setting, which can be used to restrict a connection to devices with a given hardware path. The new property is a list of patterns that are matched against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device and typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. Some examples of paths are: pci-0000:00:02.0 pci-0000:00:14.0-usb-0:5:1.0 platform-1c40000.ethernet systemd-networkd also has a "Path=" option to match a device by udev ID_PATH. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-client-utils.c | ||
| nm-client-utils.h | ||
| nm-meta-setting-access.c | ||
| nm-meta-setting-access.h | ||
| nm-meta-setting-desc.c | ||
| nm-meta-setting-desc.h | ||
| nm-polkit-listener.c | ||
| nm-polkit-listener.h | ||
| nm-secret-agent-simple.c | ||
| nm-secret-agent-simple.h | ||
| nm-vpn-helpers.c | ||
| nm-vpn-helpers.h | ||
| qrcodegen.c | ||
| qrcodegen.h | ||
| settings-docs.h.in | ||
| settings-docs.xsl | ||