FD.io VPP  v20.05-21-gb1500e9ff
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 199 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_ip_route_lookup_t::client_index

Definition at line 201 of file ip.api.

◆ context

u32 vl_api_ip_route_lookup_t::context

Definition at line 202 of file ip.api.

◆ exact

u8 vl_api_ip_route_lookup_t::exact

Definition at line 204 of file ip.api.

◆ prefix

vl_api_prefix_t vl_api_ip_route_lookup_t::prefix

Definition at line 205 of file ip.api.

◆ table_id

u32 vl_api_ip_route_lookup_t::table_id

Definition at line 203 of file ip.api.


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