![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
IKEv2: Set IKEv2 profile local/remote identification. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| string | name [64] |
| bool | is_local |
| u8 | id_type |
| u32 | data_len |
| u8 | data [data_len] |
| option | vat_help = "name <profile_name> id_type <type> (id_data 0x<data> | id_data <data>) (local|remote)" |
| option | status ="in_progress" |
IKEv2: Set IKEv2 profile local/remote identification.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| name | - IKEv2 profile name |
| is_local | - Identification is local if non-zero, else remote |
| id_type | - Identification type |
| data_len | - Identification data length |
| data | - Identification data |
| option vl_api_ikev2_profile_set_id_t::status ="in_progress" |