2.2.1.1.23 BGP_POLICY_TYPE
The BGP_POLICY_TYPE enumeration<15> enumerates the type of the BGP policy.
-
typedef enum _BGP_POLICY_TYPE { PolicyFilter = 1, PolicyModify = 2 } BGP_POLICY_TYPE, *PBGP_POLICY_TYPE;
PolicyFilter: The policy filters the routes based on the match criteria provided.
PolicyModify: The policy modifies some BGP route path attributes based on the match criteria.