FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
IPsec backend details. More...
Data Fields | |
u32 | context |
string | name [128] |
vl_api_ipsec_proto_t | protocol |
u8 | index |
bool | active |
IPsec backend details.
name | - name of the backend |
protocol | - IPsec protocol (value from ipsec_protocol_t) |
index | - backend index |
active | - set to 1 if the backend is active, otherwise 0 |
vl_api_ipsec_proto_t vl_api_ipsec_backend_details_t::protocol |