FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
IKEv2: Set IKEv2 profile authentication method. More...
Data Fields | |
u32 | client_index |
u32 | context |
string | name [64] |
u8 | auth_method |
bool | is_hex |
u32 | data_len |
u8 | data [data_len] |
option | vat_help = "name <profile_name> auth_method <method> (auth_data 0x<data> | auth_data <data>)" |
option | status ="in_progress" |
IKEv2: Set IKEv2 profile authentication method.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
name | - IKEv2 profile name |
auth_method | - IKEv2 authentication method (shared-key-mic/rsa-sig) |
is_hex | - Authentication data in hex format if non-zero, else string |
data_len | - Authentication data length |
data | - Authentication data (for rsa-sig cert file path) |
option vl_api_ikev2_profile_set_auth_t::status ="in_progress" |
option vl_api_ikev2_profile_set_auth_t::vat_help = "name <profile_name> auth_method <method> (auth_data 0x<data> | auth_data <data>)" |