FD.io VPP  v21.06
Vector Packet Processing
vl_api_ip_route_lookup_t Struct Reference

Lookup IP route from a table. More...

Data Fields

u32 client_index
 
u32 context
 
u32 table_id
 
u8 exact
 
vl_api_prefix_t prefix
 

Detailed Description

Lookup IP route from a table.

Template Parameters
client_index- opaque cookie to identify the sender
table_id- The IP table to look the route up in
exact- 0 for normal route lookup, 1 for exact match only
prefix- The prefix (or host) for route lookup.

Definition at line 243 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_ip_route_lookup_t::client_index

Definition at line 245 of file ip.api.

◆ context

u32 vl_api_ip_route_lookup_t::context

Definition at line 246 of file ip.api.

◆ exact

u8 vl_api_ip_route_lookup_t::exact

Definition at line 248 of file ip.api.

◆ prefix

vl_api_prefix_t vl_api_ip_route_lookup_t::prefix

Definition at line 249 of file ip.api.

◆ table_id

u32 vl_api_ip_route_lookup_t::table_id

Definition at line 247 of file ip.api.


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