mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
The commitcdcb1eeeb8adds ID_NET_NAME_INCLUDE_DOMAIN property support in net_id builtin. The property is basically set through hwdb. However, previously hwdb was imported after calling net_id builtin, hence when net_id is called, the property was never set. This makes hwdb is imported before calling net_id builtin, so that the property is set when net_id is called if hwdb has an entry about that for the interface. Follow-up forcdcb1eeeb8. Fixes #37758.
Files in this directory contain configuration for systemd-udevd.service, a daemon that manages symlinks to device nodes, permissions of devices nodes, emits device events for userspace, and renames network interfaces. See man:udev(7) for an overview of the configuration file format, and man:systemd-udevd.service(8) for a description of service itself. Use 'systemd-analyze cat-config udev/rules.d' to display the effective config.