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
Copy file name to clipboardExpand all lines: content/includes/nap-waf/config/common/ip-groups-override-rules.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Here is a policy example:
55
55
56
56
The previous example policy contains an IP group with the name "standalone", used for the override rule condition "clientIp.matches(ipAddressLists['standalone'])".
57
57
The condition means that the rule enforcement is applied when clientIp is matched to one of ipAddresses in ipAddressList with name "standalone".
58
-
The value used in override rule condition must exist and be exactly equal the name in "ip-address-lists".
58
+
The value used for the override condition must exist and exactly match the name in "ip-address-lists".
59
59
60
60
#### Several error cases are verified:
61
61
- Using another keyword instead of ipAddressLists;
0 commit comments