Add a tags both equal match.
This commit is contained in:
parent
adeb7e7da0
commit
45c4ccb153
4 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue