X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fbsd%2Fdevice.c;h=d0de6d9e30b8c50974c882a02a7c8e3e74aa0120;hp=5a60ab776019d21e01fc6e4295a812a37e49ef3c;hb=046d83bf91e01bc7a32e66a02758caf228bc4601;hpb=f017c7f98f8f68d6ca50ebe247f4115aadd93635;ds=inline diff --git a/src/bsd/device.c b/src/bsd/device.c index 5a60ab77..d0de6d9e 100644 --- a/src/bsd/device.c +++ b/src/bsd/device.c @@ -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;