FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_bier_neighbor_counter_t Struct Reference

Stat for one BIER neighbor object. More...

+ Collaboration diagram for vl_api_bier_neighbor_counter_t:

Data Fields

vl_api_bier_table_id_t tbl_id
 
vl_api_fib_path_t path
 
u64 packets
 
u64 bytes
 

Detailed Description

Stat for one BIER neighbor object.

Template Parameters
tbl_id- The BIER Table ID the neighbour belongs to.
path- The path describing the neighbor (this is the data given during a BIER route add)
packets- number of packets sent
bytes- number of bytes sent

Definition at line 502 of file stats.api.

Field Documentation

u64 vl_api_bier_neighbor_counter_t::bytes

Definition at line 507 of file stats.api.

u64 vl_api_bier_neighbor_counter_t::packets

Definition at line 506 of file stats.api.

vl_api_fib_path_t vl_api_bier_neighbor_counter_t::path

Definition at line 505 of file stats.api.

vl_api_bier_table_id_t vl_api_bier_neighbor_counter_t::tbl_id

Definition at line 504 of file stats.api.


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