summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index e8a19e33..8eacc993 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -627,8 +627,8 @@ typedef struct
*/
typedef enum {
ZT_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL = 0,
- ZT_LOCAL_INTERFACE_ADDRESS_TRUST_PRIVACY = 1,
- ZT_LOCAL_INTERFACE_ADDRESS_TRUST_ULTIMATE = 2
+ ZT_LOCAL_INTERFACE_ADDRESS_TRUST_PRIVACY = 10,
+ ZT_LOCAL_INTERFACE_ADDRESS_TRUST_ULTIMATE = 20
} ZT_LocalInterfaceAddressTrust;
/**