<div class="content" name="BGP_POLICY_TYPE" uuid="9c485e56-7504-4a24-b3bf-3a1d3b1c59f0"><p>The <b>BGP_POLICY_TYPE</b> enumeration<a id="Appendix_A_Target_15"></a><a aria-label="Product behavior note 15" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_15" data-linktype="relative-path">&lt;15&gt;</a> enumerates the type of the <a href="fc2dfae9-0d04-4e1d-97c9-c51c2dc06c3b#gt_10fb4236-73b3-4c84-ad83-1e288ede860f" data-linktype="relative-path">BGP</a> policy.</p><dl>
<dd>
<div><pre> typedef enum _BGP_POLICY_TYPE
 {
   PolicyFilter = 1,
   PolicyModify = 2
 } BGP_POLICY_TYPE,
  *PBGP_POLICY_TYPE;
</pre></div>
</dd></dl><p><b>PolicyFilter: </b>The policy filters the routes
based on the match criteria provided.</p><p><b>PolicyModify: </b>The policy modifies some BGP
route path attributes based on the match criteria.</p></div>