FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Update GTPU tunnel TX TEID. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_address_t | dst_address |
u32 | encap_vrf_id |
u32 | teid |
u32 | tteid |
option | vat_help = "dst <ip-addr> teid <nn> tteid <nn> [encap-vrf-id <nn>]" |
Update GTPU tunnel TX TEID.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
dst_address | - GTPU tunnel's destination address. |
encap_vrf_id | - fib identifier used for outgoing encapsulated packets |
teid | - Local (rx) Tunnel Endpoint Identifier |
tteid | - remote (tx) Tunnel Endpoint Identifier |
vl_api_address_t vl_api_gtpu_tunnel_update_tteid_t::dst_address |