You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_rule_error("maximum destinations per rule exceeded - must be under #{MAX_DESTINATIONS_PER_RULE}",record,index)unlessrules.length <= MAX_DESTINATIONS_PER_RULE
error_message='destination must be a valid CIDR, IP address, or IP address range'
133
133
error_message='destination must contain valid CIDR(s), IP address(es), or IP address range(s)'ifCloudController::RuleValidator.comma_delimited_destinations_enabled?
134
+
add_rule_error('empty destination specified in comma-delimited list',record,index)ifdestination.empty?
0 commit comments