FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
vl_api_vnet_ip4_nbr_counters_t Struct Reference

Per-neighbour (i.e. More...

+ Collaboration diagram for vl_api_vnet_ip4_nbr_counters_t:

Data Fields

u32 count
 
u32 sw_if_index
 
u8 begin
 
vl_api_ip4_nbr_counter_t c [count]
 

Detailed Description

Per-neighbour (i.e.

per-adjacency) coutners

Template Parameters
countThe size of the array of counters
sw_if_indexThe interface the adjacency is on
beginFlag to indicate this is the first set of stats for this interface. If this flag is not set the it is a continuation of stats for this interface
ccounters

Definition at line 185 of file vpe.api.

Field Documentation

u8 vl_api_vnet_ip4_nbr_counters_t::begin

Definition at line 189 of file vpe.api.

vl_api_ip4_nbr_counter_t vl_api_vnet_ip4_nbr_counters_t::c[count]

Definition at line 190 of file vpe.api.

u32 vl_api_vnet_ip4_nbr_counters_t::count

Definition at line 187 of file vpe.api.

u32 vl_api_vnet_ip4_nbr_counters_t::sw_if_index

Definition at line 188 of file vpe.api.


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