From d628449a4dfbe93e8e25bf2254e3e754fc81a422 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 18 Jul 2021 23:23:56 +0200 Subject: [PATCH] Added TODO --- source/libtun/tunctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/libtun/tunctl.c b/source/libtun/tunctl.c index 06863c1..ac7c40d 100644 --- a/source/libtun/tunctl.c +++ b/source/libtun/tunctl.c @@ -28,6 +28,8 @@ int createTun(char* interfaceName, int iffFlags) /* TUN properties */ struct ifreq interfaceReqData; + /* TODO: Do tuntype */ + /* Set the flags for the tun adapter */ interfaceReqData.ifr_flags = iffFlags;