diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-10-05 16:38:42 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-10-05 16:38:42 -0700 |
| commit | 45c4ccb15362e17ec7030287a314df19a830f0f3 (patch) | |
| tree | 5b7cc570cb5e3279da2c54513949fc5d7ebc0fbc /node/Capability.hpp | |
| parent | adeb7e7da0e5d1e267c272a4f1d1c9b731e291d9 (diff) | |
| download | infinitytier-45c4ccb15362e17ec7030287a314df19a830f0f3.tar.gz infinitytier-45c4ccb15362e17ec7030287a314df19a830f0f3.zip | |
Add a tags both equal match.
Diffstat (limited to 'node/Capability.hpp')
| -rw-r--r-- | node/Capability.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Capability.hpp b/node/Capability.hpp index f757639d..99980ce7 100644 --- a/node/Capability.hpp +++ b/node/Capability.hpp @@ -340,6 +340,7 @@ public: case ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_AND: case ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_OR: case ZT_NETWORK_RULE_MATCH_TAGS_BITWISE_XOR: + case ZT_NETWORK_RULE_MATCH_TAGS_EQUAL: rules[ruleCount].v.tag.id = b.template at<uint32_t>(p); rules[ruleCount].v.tag.value = b.template at<uint32_t>(p + 4); break; |
