]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.net-naming-scheme.xml
udev-builtin-net_id: support getting usb path off the host
authorCharles Hardin <charles.hardin@chargepoint.com>
Mon, 10 Oct 2022 20:30:10 +0000 (13:30 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 31 Oct 2022 20:11:24 +0000 (21:11 +0100)
commita0961675d370ebe1308b8c11db46871aeed9948c
tree2e950403e242366f66ec31856d4a60a61df5d577
parent0cf16924933a6fe1f038f3ec9a6b4bfa7795e1eb
udev-builtin-net_id: support getting usb path off the host

To support predictable interface names in various embeeded systems
add support for an additional naming scheming using the USB host
interface. Several asics have usb controllers that are platform
devices and not children of a pci interface. These embedded systems
should be able to enumerate interfaces by udev path as well to support
configurations and policies.

Signed-off-by: Charles Hardin <charles.hardin@chargepoint.com>
man/systemd.net-naming-scheme.xml
src/shared/netif-naming-scheme.c
src/shared/netif-naming-scheme.h
src/udev/udev-builtin-net_id.c