FD.io VPP  v16.09
Vector Packet Processing
vl_api_mpls_gre_add_del_tunnel_t Struct Reference

Add / del gre tunnel request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 inner_vrf_id
 
u32 outer_vrf_id
 
u8 is_add
 
u8 l2_only
 
u8 src_address [4]
 
u8 dst_address [4]
 
u8 intfc_address [4]
 
u8 intfc_address_length
 

Detailed Description

Add / del gre tunnel request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- software index of the new vlan's parent interface
inner_vrf_id-
outer_vrf_id-
is_add- 1 if adding the tunnel, 0 if deleting
src_address[4]- tunnel source address
dst_address[4]- tunnel destination address
intf_address-
intf_address_length-

Definition at line 416 of file vpe.api.

Field Documentation

u32 vl_api_mpls_gre_add_del_tunnel_t::client_index

Definition at line 418 of file vpe.api.

u32 vl_api_mpls_gre_add_del_tunnel_t::context

Definition at line 419 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::dst_address[4]

Definition at line 425 of file vpe.api.

u32 vl_api_mpls_gre_add_del_tunnel_t::inner_vrf_id

Definition at line 420 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::intfc_address[4]

Definition at line 426 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::intfc_address_length

Definition at line 427 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::is_add

Definition at line 422 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::l2_only

Definition at line 423 of file vpe.api.

u32 vl_api_mpls_gre_add_del_tunnel_t::outer_vrf_id

Definition at line 421 of file vpe.api.

u8 vl_api_mpls_gre_add_del_tunnel_t::src_address[4]

Definition at line 424 of file vpe.api.


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