From e161da9a580152e52a84c5ca31422355307bab42 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 22 Oct 2018 14:52:51 +0200 Subject: tools: Add ovpn application This adds the ovpn application which allows to send TCP/IP traffic over Ouroboros. This is done by opening a TUN interface and allocating a flow to another ovpn application so that applications using TCP/IP can be used over Ouroboros as well. Signed-off-by: Sander Vrijders Signed-off-by: Dimitri Staessens --- src/tools/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools/CMakeLists.txt') diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index b81e5439..d7a4d17a 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -3,3 +3,6 @@ add_subdirectory(ocbr) add_subdirectory(oecho) add_subdirectory(oping) add_subdirectory(operf) +if (CMAKE_SYSTEM_NAME STREQUAL "Linux") + add_subdirectory(ovpn) +endif () -- cgit v1.2.3