FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
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 | decap_next_index |
u32 | vni |
u32 | sw_if_index |
import vnet ip ip_types api |
Definition at line 18 of file vxlan_gbp.api.
u32 decap_next_index |
Definition at line 37 of file vxlan_gbp.api.
vl_api_address_t dst |
Definition at line 34 of file vxlan_gbp.api.
u32 encap_table_id |
Definition at line 36 of file vxlan_gbp.api.
u32 mcast_sw_if_index |
Definition at line 35 of file vxlan_gbp.api.
vl_api_address_t src |
Definition at line 33 of file vxlan_gbp.api.
u32 sw_if_index |
Definition at line 39 of file vxlan_gbp.api.
option version = "1.1.0" |
Definition at line 17 of file vxlan_gbp.api.
u32 vni |
Definition at line 38 of file vxlan_gbp.api.
typedef vxlan_gbp_tunnel |
Definition of a VXLAN GBP tunnel.
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 |
decap_next_index | - Name of decap next graph node |
vni | - The VXLAN Network Identifier, uint24 |
sw_ifindex | - Ignored in add message, set in details |
Definition at line 31 of file vxlan_gbp.api.