Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switch
authorclaudio <claudio@openbsd.org>
Fri, 23 Oct 2015 15:08:24 +0000 (15:08 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 23 Oct 2015 15:08:24 +0000 (15:08 +0000)
commitd63c405311505d9ed275163974b62630698c5851
treebb9c27ae45d39938e541d0b79c482b499e029903
parente77d39333bd7f493a5477693de18ed2b19e16caf
Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switch
between modes. The two drivers still share most of the code but the mode
switcher is gone.
OK dlg@ mpi@
sys/net/if_tun.c