![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Set or delete an GTPU tunnel. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u8 | is_ipv6 |
| u8 | src_address [16] |
| u8 | dst_address [16] |
| u32 | mcast_sw_if_index |
| u32 | encap_vrf_id |
| u32 | decap_next_index |
| u32 | teid |
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 |
| is_ipv6 | - src_address and dst_address is ipv6 or not |
| 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 |