mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Version 0.4.3: fix Gentoo ip config failures and crashes
This version fixes problems with locating the 'ip' command on Gentoo and possibly other Linux systems, and a problem that could cause a crash if EthernetTap was unable to locate one of the commands it invokes to configure IP information on tap devices. The code also now builds on Windows. It doesn't run yet, but it's a step. Windows port is in full swing.
This commit is contained in:
parent
ce1a03bde3
commit
4ce88d7f72
2 changed files with 120 additions and 44 deletions
|
@ -41,6 +41,6 @@
|
|||
/**
|
||||
* Revision: 16-bit (0-65535)
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 2
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 3
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue