![]() |
![]() |
PA ACL action types | |
Define actions to be taken when an ACL entry is matched | |
#define | pa_ACL_ACTION_PERMIT 0 |
#define | pa_ACL_ACTION_DENY 1 |
#define | pa_ACL_ACTION_MARK 2 |
#define | pa_ACL_ACTION_HOST 3 |
#define | pa_ACL_ACTION_MAX pa_ACL_ACTION_HOST |
#define pa_ACL_ACTION_DENY 1 |
Matched packets should be dropped
#define pa_ACL_ACTION_HOST 3 |
The packet should be forwarded to host for further processing
#define pa_ACL_ACTION_MARK 2 |
Matched packets should be forwarded with a mark which may be used later by hardware or software
#define pa_ACL_ACTION_PERMIT 0 |
Allow matched packets to be forwarded to the next stage