![]() |
FD.io VPP
v18.01.1-37-g7ea3975
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 [0] |
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) |