Import Upstream version 1.0.28

This commit is contained in:
Guus Sliepen 2019-08-26 13:44:46 +02:00
parent eed44cd331
commit d08a5d8f0b
17 changed files with 1088 additions and 54 deletions

View file

@ -49,9 +49,7 @@ typedef enum device_type {
#ifdef ENABLE_TUNEMU
DEVICE_TYPE_TUNEMU,
#endif
#ifdef HAVE_NET_IF_UTUN_H
DEVICE_TYPE_UTUN,
#endif
} device_type_t;
int device_fd = -1;