summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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