PA ACL action types
PA LLD Constants (enum's and define's)

PA ACL action types

Define the 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 Documentation

#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

Note:
This action is only applicable to default rule
#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


Copyright 2014, Texas Instruments Incorporated