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

An IP route. More...

Data Fields

u32 table_id
 
u32 stats_index
 
vl_api_prefix_t prefix
 
u8 n_paths
 
vl_api_fib_path_t paths [n_paths]
 

Detailed Description

An IP route.

Template Parameters
table_idThe IP table the route is in
stats_indexThe index of the route in the stats segment
prefixthe prefix for the route
n_pathsThe number of paths the route has
pathsThe paths of the route

Definition at line 85 of file ip.api.

Field Documentation

◆ n_paths

u8 vl_api_ip_route_t::n_paths

Definition at line 90 of file ip.api.

◆ paths

vl_api_fib_path_t vl_api_ip_route_t::paths[n_paths]

Definition at line 91 of file ip.api.

◆ prefix

vl_api_prefix_t vl_api_ip_route_t::prefix

Definition at line 89 of file ip.api.

◆ stats_index

u32 vl_api_ip_route_t::stats_index

Definition at line 88 of file ip.api.

◆ table_id

u32 vl_api_ip_route_t::table_id

Definition at line 87 of file ip.api.


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