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;