Add support for VDE through libvdeplug.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 7 Feb 2011 17:34:55 +0000 (18:34 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 7 Feb 2011 17:34:55 +0000 (18:34 +0100)
commitf017c7f98f8f68d6ca50ebe247f4115aadd93635
tree90204133ab0f7de39870854688274978ab5dfb5a
parent8d18cc6c4e625625a2437d26c587f9f382a0c589
Add support for VDE through libvdeplug.

When compiled with vde/device.c, tinc will connect to a vde_switch instance
instead of using a tun/tap device.
src/vde/device.c [new file with mode: 0644]