Add warnings for bad combinations of Device and Interface.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 27 Feb 2016 13:46:01 +0000 (14:46 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 27 Feb 2016 13:46:01 +0000 (14:46 +0100)
commit2f03a5d94c0bb6732fd65263217e3aa2b72f18ff
tree8150cdb0ea34ef2403224d33890d157cbb0977d9
parent48fb63f9c2bc0b838c1f3684cfc230c143bef11f
Add warnings for bad combinations of Device and Interface.

On Linux, the name of the tun/tap interface can be set freely. However,
on most other operating systems, tinc cannot change the name of the
interface. In those situations, it is possible to specify a Device and
an Interface that conflict with each other. On BSD, this can cause
$INTERFACE to be set incorrectly, on Windows, this results in a
potentially unreliable way in which a TAP-Win32 interface is selected.
src/bsd/device.c
src/cygwin/device.c
src/mingw/device.c