FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_abf_policy_t Struct Reference

A description of an ABF policy. More...

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 54 of file abf.api.

Field Documentation

◆ acl_index

u32 vl_api_abf_policy_t::acl_index

Definition at line 57 of file abf.api.

◆ n_paths

u8 vl_api_abf_policy_t::n_paths

Definition at line 58 of file abf.api.

◆ paths

vl_api_fib_path_t vl_api_abf_policy_t::paths[n_paths]

Definition at line 59 of file abf.api.

◆ policy_id

u32 vl_api_abf_policy_t::policy_id

Definition at line 56 of file abf.api.


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