From 45c4ccb15362e17ec7030287a314df19a830f0f3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 5 Oct 2016 16:38:42 -0700 Subject: Add a tags both equal match. --- include/ZeroTierOne.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index e231ae62..8d7b0cd4 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -658,6 +658,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 */ -- cgit v1.2.3