mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
v6AssignMode bug fix
This commit is contained in:
parent
951038a304
commit
2d7c58540f
@ -91,7 +91,7 @@
|
||||
#define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_AUTO_ASSIGN 8
|
||||
|
||||
// Flags with all V6 managed mode flags flipped off -- for masking in update operation and in string form for SQL building
|
||||
#define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_MASK_S "268435449"
|
||||
#define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_MASK_S "268435441"
|
||||
|
||||
// Uncomment to trace Sqlite for debugging
|
||||
//#define ZT_NETCONF_SQLITE_TRACE 1
|
||||
|
Loading…
Reference in New Issue
Block a user