diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-16 12:28:43 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-16 12:28:43 -0700 |
commit | e09c1a1c11522c11c6ea81dcb1c52a4e8a2f5c6c (patch) | |
tree | ba6d0381aa472ec1811bd9f16627e10f48f2d203 /include | |
parent | b104bb4762a07dcb0a950b33c7419b298c2b6267 (diff) | |
download | infinitytier-e09c1a1c11522c11c6ea81dcb1c52a4e8a2f5c6c.tar.gz infinitytier-e09c1a1c11522c11c6ea81dcb1c52a4e8a2f5c6c.zip |
Big refactor mostly builds. We now have a uniform backward compatible netconf.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index efba90a8..d16e2a68 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -412,6 +412,8 @@ enum ZT_VirtualNetworkRuleType */ ZT_NETWORK_RULE_ACTION_REDIRECT = 3, + // <32 == actions + /** * Source ZeroTier address -- analogous to an Ethernet port ID on a switch */ |