![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
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... | |
Enumerations | |
| enum | vxlan_gbp_api_tunnel_mode { VXLAN_GBP_API_TUNNEL_MODE_L2, VXLAN_GBP_API_TUNNEL_MODE_L3 } |
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 |
| vl_api_vxlan_gbp_api_tunnel_mode_t | mode |
| Enumerator | |
|---|---|
| VXLAN_GBP_API_TUNNEL_MODE_L2 | |
| VXLAN_GBP_API_TUNNEL_MODE_L3 | |
Definition at line 20 of file vxlan_gbp.api.
| import vnet ip ip_types api |
Definition at line 18 of file vxlan_gbp.api.
| vl_api_address_t dst |
Definition at line 39 of file vxlan_gbp.api.
| u32 encap_table_id |
Definition at line 41 of file vxlan_gbp.api.
| u32 mcast_sw_if_index |
Definition at line 40 of file vxlan_gbp.api.
| vl_api_vxlan_gbp_api_tunnel_mode_t mode |
Definition at line 44 of file vxlan_gbp.api.
| vl_api_address_t src |
Definition at line 38 of file vxlan_gbp.api.
| u32 sw_if_index |
Definition at line 43 of file vxlan_gbp.api.
| option version = "1.1.0" |
Definition at line 17 of file vxlan_gbp.api.
| u32 vni |
Definition at line 42 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 |
| vni | - The VXLAN Network Identifier, uint24 |
| sw_ifindex | - Ignored in add message, set in details |
Definition at line 36 of file vxlan_gbp.api.