FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
IKEv2: Set IKEv2 profile authentication method. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | name [64] |
u8 | auth_method |
u8 | is_hex |
u32 | data_len |
u8 | data [data_len] |
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) |