FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_ikev2_profile_set_id_t Struct Reference

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)"
 

Detailed Description

IKEv2: Set IKEv2 profile local/remote identification.

Template Parameters
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

Definition at line 94 of file ikev2.api.

Field Documentation

◆ client_index

u32 vl_api_ikev2_profile_set_id_t::client_index

Definition at line 96 of file ikev2.api.

◆ context

u32 vl_api_ikev2_profile_set_id_t::context

Definition at line 97 of file ikev2.api.

◆ data

u8 vl_api_ikev2_profile_set_id_t::data[data_len]

Definition at line 103 of file ikev2.api.

◆ data_len

u32 vl_api_ikev2_profile_set_id_t::data_len

Definition at line 102 of file ikev2.api.

◆ id_type

u8 vl_api_ikev2_profile_set_id_t::id_type

Definition at line 101 of file ikev2.api.

◆ is_local

bool vl_api_ikev2_profile_set_id_t::is_local

Definition at line 100 of file ikev2.api.

◆ name

string vl_api_ikev2_profile_set_id_t::name[64]

Definition at line 99 of file ikev2.api.

◆ vat_help

option vl_api_ikev2_profile_set_id_t::vat_help = "name <profile_name> id_type <type> (id_data 0x<data> | id_data <data>) (local|remote)"

Definition at line 104 of file ikev2.api.


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