]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Add the tap driver
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>
Thu, 27 May 2010 23:09:22 +0000 (01:09 +0200)
committerMichael Brown <mcb30@ipxe.org>
Thu, 19 Aug 2010 12:12:53 +0000 (13:12 +0100)
commitd60cbe43b74d06e3a2a41f3f9565430b456b86bc
tree47240d42101884de8658e568e5f18833326c5a4a
parentddef2e1bc1da7a70ffbc03f68a16918b54f7622b
[linux] Add the tap driver

Add the tap driver that can be used like:
$ ./ipxe.linux --net tap,if=tap0,mac=00:0c:29:c5:39:a1
The if setting is mandatory.

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/defaults/linux.h
src/drivers/linux/tap.c [new file with mode: 0644]
src/include/ipxe/errfile.h