|
|
|
@ -1,7 +1,7 @@ |
|
|
|
// tun_if.c - TUN interface management implementation
|
|
|
|
// tun_if.c - TUN interface management implementation
|
|
|
|
#define _POSIX_C_SOURCE 200809L |
|
|
|
#define _POSIX_C_SOURCE 200809L |
|
|
|
#include "tun_if.h" |
|
|
|
#include "tun_if.h" |
|
|
|
#include "debug_config.h" |
|
|
|
#include "../lib/debug_config.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
|
#include <stdio.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdlib.h> |
|
|
|
|