FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Application add TLS certificate. More...
Data Fields | |
option | deprecated ="to be removed post 21.06" |
u32 | client_index |
u32 | context |
u32 | app_index |
u16 | cert_len |
u8 | cert [cert_len] |
Application add TLS certificate.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
cert_len | - certificate length |
cert | - certificate as a string |
Definition at line 127 of file session.api.
u32 vl_api_application_tls_cert_add_t::app_index |
Definition at line 131 of file session.api.
Definition at line 133 of file session.api.
u16 vl_api_application_tls_cert_add_t::cert_len |
Definition at line 132 of file session.api.
u32 vl_api_application_tls_cert_add_t::client_index |
Definition at line 129 of file session.api.
u32 vl_api_application_tls_cert_add_t::context |
Definition at line 130 of file session.api.
option vl_api_application_tls_cert_add_t::deprecated ="to be removed post 21.06" |
Definition at line 128 of file session.api.