canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization

Home Page:https://cloud-init.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[docs]: network config match on device path

ianb-mp opened this issue · comments

Documentation request

The documentation here https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v2.html#physical-devices-e-g-ethernet-wifi says:

match: rules on desired properties, such as name/name pattern, MAC address, driver, or device paths.

But I can find nothing documented about matching on 'device paths'. Is it possible to match on e.g. pci device path /sys/bus/pci/devices/0000:09:00.0 ?

Thanks for the bug @ianb-mp . You are correct in that there are no device paths used. I will update the documentation.