FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Set new SA on IPsec interface. More...
Data Fields | |
option | deprecated |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u32 | sa_id |
u8 | is_outbound |
Set new SA on IPsec interface.
!! DEPRECATED !!
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - index of tunnel interface |
sa_id | - ID of SA to use |
is_outbound | - 1 if outbound (local) SA, 0 if inbound (remote) |
vl_api_interface_index_t vl_api_ipsec_tunnel_if_set_sa_t::sw_if_index |