FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
vxlan_gbp.api File Reference

Go to the source code of this file.

Data Structures

struct  vl_api_vxlan_gbp_tunnel_add_del_t
 Create or delete a VXLAN-GBP tunnel. More...
 
struct  vl_api_vxlan_gbp_tunnel_add_del_reply_t
 
struct  vl_api_vxlan_gbp_tunnel_dump_t
 
struct  vl_api_vxlan_gbp_tunnel_details_t
 
struct  vl_api_sw_interface_set_vxlan_gbp_bypass_t
 Interface set vxlan-bypass request. More...
 

Variables

option version = "1.1.0"
 
import vnet ip ip_types api
 
typedef vxlan_gbp_tunnel
 Definition of a VXLAN GBP tunnel. More...
 
vl_api_address_t src
 
vl_api_address_t dst
 
u32 mcast_sw_if_index
 
u32 encap_table_id
 
u32 vni
 
u32 sw_if_index
 

Variable Documentation

import vnet ip ip_types api

Definition at line 18 of file vxlan_gbp.api.

vl_api_address_t dst

Definition at line 33 of file vxlan_gbp.api.

u32 encap_table_id

Definition at line 35 of file vxlan_gbp.api.

u32 mcast_sw_if_index

Definition at line 34 of file vxlan_gbp.api.

vl_api_address_t src

Definition at line 32 of file vxlan_gbp.api.

u32 sw_if_index

Definition at line 37 of file vxlan_gbp.api.

option version = "1.1.0"

Definition at line 17 of file vxlan_gbp.api.

u32 vni

Definition at line 36 of file vxlan_gbp.api.

typedef vxlan_gbp_tunnel
Initial value:
{
u32 instance
unsigned int u32
Definition: types.h:88

Definition of a VXLAN GBP tunnel.

Template Parameters
instance- optional unique custom device instance, else ~0.
src- Source IP address
dst- Destination IP address, can be multicast
mcast_sw_if_index- Interface for multicast destination
encap_table_id- Encap route table
vni- The VXLAN Network Identifier, uint24
sw_ifindex- Ignored in add message, set in details

Definition at line 30 of file vxlan_gbp.api.