FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Create or delete a GTPU tunnel. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add |
vl_api_address_t | src_address |
vl_api_address_t | dst_address |
vl_api_interface_index_t | mcast_sw_if_index |
u32 | encap_vrf_id |
u32 | decap_next_index |
u32 | teid |
u32 | tteid |
option | vat_help = "src <ip-addr> {dst <ip-addr> | group <mcast-ip-addr> {<intfc> | mcast_sw_if_index <nn>}} teid <nn> [tteid <nn>] [encap-vrf-id <nn>] [decap-next <l2|nn>] [del]" |
Create or delete a GTPU tunnel.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add address if non-zero, else delete |
src_address | - GTPU tunnel's source address. |
dst_address | - GTPU tunnel's destination address. |
mcast_sw_if_index | - version, O-bit and C-bit (see nsh_packet.h) |
encap_vrf_id | - fib identifier used for outgoing encapsulated packets |
decap_next_index | - the index of the next node if success |
teid | - Local (rx) Tunnel Endpoint Identifier |
tteid | - Remote (tx) Tunnel Endpoint Identifier |
vl_api_interface_index_t vl_api_gtpu_add_del_tunnel_t::mcast_sw_if_index |