FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_abf_policy_t Struct Reference

A description of an ABF policy. More...

+ Collaboration diagram for vl_api_abf_policy_t:

Data Fields

u32 policy_id
 
u32 acl_index
 
u8 n_paths
 
vl_api_fib_path_t paths [n_paths]
 

Detailed Description

A description of an ABF policy.

Template Parameters
policy_idUser chosen Identifier for the policy
acl_indexThe ACL that the policy will match against
n_pathsNumber of paths
pathsThe set of forwarding paths that are being added or removed.

Definition at line 53 of file abf.api.

Field Documentation

◆ acl_index

u32 vl_api_abf_policy_t::acl_index

Definition at line 56 of file abf.api.

◆ n_paths

u8 vl_api_abf_policy_t::n_paths

Definition at line 57 of file abf.api.

◆ paths

vl_api_fib_path_t vl_api_abf_policy_t::paths[n_paths]

Definition at line 58 of file abf.api.

◆ policy_id

u32 vl_api_abf_policy_t::policy_id

Definition at line 55 of file abf.api.


The documentation for this struct was generated from the following file: