Files
ironic-python-agent/ironic_python_agent/netutils.py
Jonathan Davies f596fe4701 enable_vlan_interfaces: support identifying interfaces by MAC
The enable_vlan_interfaces config option supports a comma-separated list
of <interface>.<vlan> pairs. However, using this relies on knowledge of
the interface name. When used via the ipa-enable-vlan-interfaces kernel
command-line parameter, an interface name may be hard to predict.

As an alternative to identifying interfaces by name, support identifying
them by MAC.

Change-Id: Ice822a8e7b8d82352b3b39f87d930bef3eb7b461
Signed-off-by: Jonathan Davies <jonathan.davies@nutanix.com>
2025-12-11 19:05:59 +00:00

16 KiB