]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Set a default MAC address for tap devices
authorMichael Brown <mcb30@ipxe.org>
Wed, 5 Jul 2023 14:24:32 +0000 (15:24 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 5 Jul 2023 14:24:32 +0000 (15:24 +0100)
commitf3036fc213b6e6cce0bf5572167b93b9e9959a3a
treec88cac6a3bbd77e2c38787bb61000052fa4f9869
parent59d065c9ac6e5476a21fb9b277f719fd4ae5b372
[linux] Set a default MAC address for tap devices

Avoid the need to always specify a local MAC address on the command
line by setting a default hardware MAC address (using the same default
address as for slirp devices).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/linux/tap.c