FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_ip_table_t Struct Reference

An IP table. More...

Data Fields

u32 table_id
 
u8 is_ip6
 
u8 name [64]
 

Detailed Description

An IP table.

Template Parameters
is_ipv6- V4 or V6 table
table_id- table ID associated with the route This table ID will apply to both the unicats and mlticast FIBs
name- A client provided name/tag for the table. If this is not set by the client, then VPP will generate something meaningfull.

Definition at line 38 of file ip.api.

Field Documentation

u8 vl_api_ip_table_t::is_ip6

Definition at line 41 of file ip.api.

u8 vl_api_ip_table_t::name[64]

Definition at line 42 of file ip.api.

u32 vl_api_ip_table_t::table_id

Definition at line 40 of file ip.api.


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