FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Set or delete an 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 |
option | vat_help = "src <ip-addr> { dst <ip-addr> | group <mcast-ip-addr> { <intfc> | mcast_sw_if_index <nn> } } teid <teid> [encap-vrf-id <nn>] [decap-next <l2|nn>] [del]" |
Set or delete an 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 Tunnel Endpoint Identifier |
vl_api_interface_index_t vl_api_gtpu_add_del_tunnel_t::mcast_sw_if_index |