ACCESS::acl¶
Description¶
The ACCESS::acl commands allow you to poll, query or enforce ACLs for
a given connection.
Syntax¶
ACCESS::acl result
ACCESS::acl lookup
ACCESS::acl eval $acl_name
v11 Additions/Changes:
ACCESS::acl matched
ACCESS::acl result¶
- Returns the result of ACL match for a particular URI in ACCESS_ACL_ALLOWED and ACCESS_ACL_DENIED events.
- This result can have one of the following values
- Allow
- Reject
ACCESS::acl eval $acl_name¶
- Allows admin to enforce an ACL to a user request from iRule. Using this command, admin can specify extra ACL to be enforced to user’s request.