Added TODO

This commit is contained in:
Tristan B. Velloza Kildaire 2021-07-18 23:23:56 +02:00
parent 1eb37178c1
commit d628449a4d
1 changed files with 2 additions and 0 deletions

View File

@ -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;