FD.io VPP  v21.06
Vector Packet Processing
vl_api_application_tls_key_add_t Struct Reference

Application add TLS key

WILL BE DEPRECATED POST 20.01

More...

Data Fields

option deprecated ="to be removed post 21.06"
 
u32 client_index
 
u32 context
 
u32 app_index
 
u16 key_len
 
u8 key [key_len]
 

Detailed Description

Application add TLS key

WILL BE DEPRECATED POST 20.01

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 143 of file session.api.

Field Documentation

◆ app_index

u32 vl_api_application_tls_key_add_t::app_index

Definition at line 147 of file session.api.

◆ client_index

u32 vl_api_application_tls_key_add_t::client_index

Definition at line 145 of file session.api.

◆ context

u32 vl_api_application_tls_key_add_t::context

Definition at line 146 of file session.api.

◆ deprecated

option vl_api_application_tls_key_add_t::deprecated ="to be removed post 21.06"

Definition at line 144 of file session.api.

◆ key

u8 vl_api_application_tls_key_add_t::key[key_len]

Definition at line 149 of file session.api.

◆ key_len

u16 vl_api_application_tls_key_add_t::key_len

Definition at line 148 of file session.api.


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