Now builds on OpenBSD, but segfaults. So not yet but close. GitHub issue #439
This commit is contained in:
parent
13263b8401
commit
7b231b38b0
4 changed files with 31 additions and 11 deletions
|
@ -115,6 +115,10 @@ namespace ZeroTier { typedef WindowsEthernetTap EthernetTap; }
|
|||
#include "../osdep/BSDEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
|
||||
#endif // __FreeBSD__
|
||||
#ifdef __OpenBSD__
|
||||
#include "../osdep/BSDEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
|
||||
#endif // __OpenBSD__
|
||||
|
||||
#endif // ZT_SERVICE_NETCON
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue