FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
l2tpv3 tunnel interface create request More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_address_t | client_address |
vl_api_address_t | our_address |
u32 | local_session_id |
u32 | remote_session_id |
u64 | local_cookie |
u64 | remote_cookie |
bool | l2_sublayer_present |
u32 | encap_vrf_id |
l2tpv3 tunnel interface create request
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
client_address | - remote client tunnel ip address |
client_address | - local tunnel ip address |
is_ipv6 | - ipv6 if non-zero, else ipv4 |
local_session_id | - local tunnel session id |
remote_session_id | - remote tunnel session id |
local_cookie | - local tunnel cookie |
l2_sublayer_present | - l2 sublayer is present in packets if non-zero |
encap_vrf_id | - fib identifier used for outgoing encapsulated packets |
vl_api_address_t vl_api_l2tpv3_create_tunnel_t::client_address |