summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-10-05 16:38:42 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-10-05 16:38:42 -0700
commit45c4ccb15362e17ec7030287a314df19a830f0f3 (patch)
tree5b7cc570cb5e3279da2c54513949fc5d7ebc0fbc /include
parentadeb7e7da0e5d1e267c272a4f1d1c9b731e291d9 (diff)
downloadinfinitytier-45c4ccb15362e17ec7030287a314df19a830f0f3.tar.gz
infinitytier-45c4ccb15362e17ec7030287a314df19a830f0f3.zip
Add a tags both equal match.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index e231ae62..8d7b0cd4 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -659,6 +659,11 @@ enum ZT_VirtualNetworkRuleType
ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_XOR = 55,
/**
+ * Match if local and remote tags both equal a value
+ */
+ ZT_NETWORK_RULE_MATCH_TAGS_EQUAL = 56,
+
+ /**
* Maximum ID allowed for a MATCH entry in the rules table
*/
ZT_NETWORK_RULE_MATCH__MAX_ID = 127