about summary refs log tree commit diff
path: root/README
blob: 69ad0efc0fdc6154f4b211e46640b3d37f790aa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mktuntap
--------

Creates a TUN or TAP device on a specified file descriptor, sets an
environment variable indicating its name, and then execs into the rest
of argv.

mktuntap makes use of example code from the Linux kernel, and as such is
licensed under (only) version 2 of the GNU General Public License as
published by the Free Software Foundation.

Other source files are licensed under the GNU General Public License
as published by the Free Software Foundation, either version 2 of the
License, or (at your option) any later version.