]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[netdevice] Ensure consistent interpretation of "netX" device name
authorMichael Brown <mcb30@ipxe.org>
Tue, 17 Jan 2023 12:42:46 +0000 (12:42 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 17 Jan 2023 12:42:46 +0000 (12:42 +0000)
commit08740220baba87cbc6acb1c00cd5b492ac0c5a08
treef729439f6496ed85cdbf2a391007e32c6d5be3f9
parent2dcef4b7a11a780a684a69021a0c91bc43e03883
[netdevice] Ensure consistent interpretation of "netX" device name

Ensure that the "${netX/...}" settings mechanism always uses the same
interpretation of the network device corresponding to "netX" as any
other mechanism that performs a name-based lookup of a network device.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/netdev_settings.c