FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_application_tls_key_add_t Struct Reference

Application add TLS key. More...

Data Fields

u32 client_index
 
u32 context
 
u32 app_index
 
u16 key_len
 
u8 key [key_len]
 

Detailed Description

Application add TLS key.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
key_len- certificate length
key- PEM encoded key as a string

Definition at line 74 of file session.api.

Field Documentation

u32 vl_api_application_tls_key_add_t::app_index

Definition at line 77 of file session.api.

u32 vl_api_application_tls_key_add_t::client_index

Definition at line 75 of file session.api.

u32 vl_api_application_tls_key_add_t::context

Definition at line 76 of file session.api.

u8 vl_api_application_tls_key_add_t::key[key_len]

Definition at line 79 of file session.api.

u16 vl_api_application_tls_key_add_t::key_len

Definition at line 78 of file session.api.


The documentation for this struct was generated from the following file: