]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Give tap devices a name and bus type
authorMichael Brown <mcb30@ipxe.org>
Tue, 27 Aug 2013 15:28:54 +0000 (16:28 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 27 Aug 2013 15:39:43 +0000 (16:39 +0100)
commitae0124cd404c0ee25152bef70bee9e2030054ce7
treebedcc132a7e4a8248db644702e47e432cbd23c98
parent3e975ecf3fee92394878b75046f70375ada597a2
[linux] Give tap devices a name and bus type

Give tap devices a meaningful name, and avoid segmentation faults when
attempting to retrieve ${net0/bustype} by assigning a new bus type for
tap devices.

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