summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 6c50a0a6..860343ba 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -563,9 +563,9 @@ enum ZT_VirtualNetworkRuleType
ZT_NETWORK_RULE_ACTION_REDIRECT = 4,
/**
- * Log if match and if rule debugging is enabled in the build, otherwise does nothing (for developers)
+ * Stop evaluating rule set (drops unless there are capabilities, etc.)
*/
- ZT_NETWORK_RULE_ACTION_DEBUG_LOG = 5,
+ ZT_NETWORK_RULE_ACTION_BREAK = 5,
/**
* Maximum ID for an ACTION, anything higher is a MATCH