1. Citrix ADC 13.1 Product Documentation
"Access Control Lists": In the section "Configuring Extended ACLs
" the documentation states
"You can configure extended ACL rules to allow
deny
or bridge packets that match the conditions specified in the rules." This confirms that extended ACLs support the BRIDGE action.
Source: Citrix Product Documentation
"Access Control Lists
" section "Configuring Extended ACLs."
2. Citrix ADC 13.1 Command Reference
"add ns acl": The command reference for add ns acl explicitly lists BRIDGE as a possible value for the aclaction parameter. The description for the BRIDGE action is: "The Citrix ADC bridges the packets that match the ACL rule. These packets bypass all features
such as content switching
caching
and SSL
on the appliance."
Source: Citrix ADC 13.1 Command Reference
add ns acl command details
aclaction parameter description.
3. Citrix ADC 13.1 Command Reference
"add ns simpleacl": The command reference for add ns simpleacl shows it does not have an action parameter. The documentation on Simple ACLs clarifies their function is to deny packets matching the rule
with a default ALLOW for all other traffic. This confirms it cannot perform a BRIDGE action.
Source: Citrix ADC 13.1 Command Reference
add ns simpleacl command details.