![]() |
![]() |
Stateless ACL Configuration Information. More...
#include <pa.h>
Data Fields | |
int | action |
uint8_t | destFlowId |
uint16_t | destQueue |
Stateless ACL Configuration Information.
paAclConfig_t is used to configure the default rule of stateless ACL operation. The PASS will follow this rule if no matches are found at the ACL table. Two separate structures are used for the outer ACL and inner ACL respectively. The default rule is set to packet FORWARDING until this information is provided.
Default action (Deny/Permit/Host) as sepcified at PA ACL action types
uint8_t paAclConfig_t::destFlowId |
CPPI flow which instructs how the link-buffer queues are used for forwarding packets to host. (valid only if action = pa_ACL_ACTION_HOST)
uint16_t paAclConfig_t::destQueue |
Destination host queue where PASS will deliver the packets if no ACL matches found (valid only if action = pa_ACL_ACTION_HOST)