Add a tags both equal match.

This commit is contained in:
Adam Ierymenko 2016-10-05 16:38:42 -07:00
parent adeb7e7da0
commit 45c4ccb153
4 changed files with 22 additions and 1 deletions

View file

@ -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
*/