mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 00:23:05 +00:00
Match on tag sender equals or tag recipient equals.
This commit is contained in:
@ -604,6 +604,8 @@ enum ZT_VirtualNetworkRuleType
|
||||
ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_OR = 46,
|
||||
ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_XOR = 47,
|
||||
ZT_NETWORK_RULE_MATCH_TAGS_EQUAL = 48,
|
||||
ZT_NETWORK_RULE_MATCH_TAG_SENDER = 49,
|
||||
ZT_NETWORK_RULE_MATCH_TAG_RECEIVER = 50,
|
||||
|
||||
/**
|
||||
* Maximum ID allowed for a MATCH entry in the rules table
|
||||
|
Reference in New Issue
Block a user