]> git.meshlink.io Git - meshlink/blobdiff - src/bsd/device.c
DragonFlyBSD support
[meshlink] / src / bsd / device.c
index 5a60ab776019d21e01fc6e4295a812a37e49ef3c..d0de6d9e30b8c50974c882a02a7c8e3e74aa0120 100644 (file)
@@ -51,7 +51,7 @@ static uint64_t device_total_in = 0;
 static uint64_t device_total_out = 0;
 #if defined(TUNEMU)
 static device_type_t device_type = DEVICE_TYPE_TUNEMU;
-#elif defined(HAVE_OPENBSD) || defined(HAVE_FREEBSD)
+#elif defined(HAVE_OPENBSD) || defined(HAVE_FREEBSD) || defined(HAVE_DRAGONFLY)
 static device_type_t device_type = DEVICE_TYPE_TUNIFHEAD;
 #else
 static device_type_t device_type = DEVICE_TYPE_TUN;