Allow the cloning /dev/tap interface to be used on FreeBSD and NetBSD.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Oct 2009 20:14:47 +0000 (22:14 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Oct 2009 20:14:47 +0000 (22:14 +0200)
commitec4c8bcb18c1f463cf4544126e027fc8ec9b3a39
treeaf828e9319acc86f8e6bf91f3aca738a73afca16
parent92b8abc921dd15b710f67335562210eb713fbb39
Allow the cloning /dev/tap interface to be used on FreeBSD and NetBSD.

This device works like /dev/tun on Linux, automatically creating a new tap
interface when a program opens it. We now pass the actual name of the newly
created interface in $INTERFACE.
src/bsd/device.c