1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-18 10:04:04 +03:00
Lennart Poettering cdcb1eeeb8
[RFC] better naming for Azure MANA network devices (#34255)
The Azure MANA folks would like the PCI domain to be suppressed from
naming network interfaces. Let's introduce a somewhat generic way to do
this, without hardcoding anything to Azure.

Specifically: we'll ship a new hwdb entry that sets a new
ID_NET_NAME_INCLUDE_DOMAIN=0 property on relevant MANA devices. Then we
make net_id look for that property, and if it is set we simply suppress
the PCI domain.

(Untested as of now, needs feedback from Azure MANA folks that this
actually works and does what is requested here).
2024-12-20 09:52:40 +01:00
..
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2024-11-15 17:17:47 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2023-07-05 22:00:38 +02:00
2024-11-27 15:17:23 +00:00
2023-11-14 21:20:45 +00:00
2024-12-10 15:18:39 +00:00
2024-07-03 13:51:52 +02:00
2022-02-04 11:01:20 +09:00
2023-03-26 19:01:49 +08:00
2024-11-01 12:32:06 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2024-11-27 15:17:23 +00:00
2024-11-15 17:17:47 +00:00
2021-03-26 09:35:07 +01:00
2019-10-10 00:53:09 +01:00
2024-12-10 15:18:39 +00:00

Files in this directory specify a description of hardware devices, in the form
of mappings from modalias-like keys (which identify specific hardware devices)
to udev properties.

Files in this directory are not read by udev directly. Instead,
man:systemd-hwdb(8) compiles them into a binary database.

See man:hwdb(7) for an overview of the configuration file format, and
man:systemd-udevd.service(8) for a description of the udev daemon.

Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.