This feature is available on Artica v4.30 Service Pack instable 881 or above or Artica v4.40
In many cases you have to be careful with the association of objects in an ACL rule.
Indeed, it is very easy to make mistakes:
Here are some examples:
Detects if request going to google domains AND
if client is a part of network listed in “Company IP sources”
Detects if request going to google domains AND
if client is a part of network listed in “Company IP sources” AND if website is listed in “Websites for bandwidth limit”
This rule will never work because we have added two objects that have the same nature.
Since the request cannot be in two places at the same time, the calculation of this rule will always be wrong.
Let's say we want to add a list of objects and the rule matches if at least one element is detected in the set of objects.
The group of objects allows to gather a set of objects and put the OR switch with the set of objects that are linked.
Now this rule can be explained as :
Detects if request going to google domains AND
if client is a part of network listed in “Company IP sources” OR if website is listed in “Websites for bandwidth limit” OR if client is a part of “Nowa grupa”