FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_gre_tunnel_add_del_t Struct Reference

Add or delete a single GRE tunnel. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add
 
vl_api_gre_tunnel_t tunnel
 

Detailed Description

Add or delete a single GRE tunnel.

Template Parameters
client_index- opaque cookie to identify the sender.
context- sender context, to match reply w/ request.
is_add- add if true, delete if false.
tunnel- tunnel definition to add or delete.

Definition at line 64 of file gre.api.

Field Documentation

◆ client_index

u32 vl_api_gre_tunnel_add_del_t::client_index

Definition at line 66 of file gre.api.

◆ context

u32 vl_api_gre_tunnel_add_del_t::context

Definition at line 67 of file gre.api.

◆ is_add

bool vl_api_gre_tunnel_add_del_t::is_add

Definition at line 68 of file gre.api.

◆ tunnel

vl_api_gre_tunnel_t vl_api_gre_tunnel_add_del_t::tunnel

Definition at line 69 of file gre.api.


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