FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_ip_table_add_del_t Struct Reference

Add / del table request A table can be added multiple times, but need be deleted only once. More...

Data Fields

u32 client_index
 
u32 context
 
u32 table_id
 
u8 is_ipv6
 
u8 is_add
 
u8 name [64]
 

Detailed Description

Add / del table request A table can be added multiple times, but need be deleted only once.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
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 34 of file ip.api.

Field Documentation

u32 vl_api_ip_table_add_del_t::client_index

Definition at line 36 of file ip.api.

u32 vl_api_ip_table_add_del_t::context

Definition at line 37 of file ip.api.

u8 vl_api_ip_table_add_del_t::is_add

Definition at line 40 of file ip.api.

u8 vl_api_ip_table_add_del_t::is_ipv6

Definition at line 39 of file ip.api.

u8 vl_api_ip_table_add_del_t::name[64]

Definition at line 41 of file ip.api.

u32 vl_api_ip_table_add_del_t::table_id

Definition at line 38 of file ip.api.


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