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

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

Detailed Description

IKEv2: Set IKEv2 profile authentication method.

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

Definition at line 71 of file ikev2.api.

Field Documentation

◆ auth_method

u8 vl_api_ikev2_profile_set_auth_t::auth_method

Definition at line 77 of file ikev2.api.

◆ client_index

u32 vl_api_ikev2_profile_set_auth_t::client_index

Definition at line 73 of file ikev2.api.

◆ context

u32 vl_api_ikev2_profile_set_auth_t::context

Definition at line 74 of file ikev2.api.

◆ data

u8 vl_api_ikev2_profile_set_auth_t::data[data_len]

Definition at line 80 of file ikev2.api.

◆ data_len

u32 vl_api_ikev2_profile_set_auth_t::data_len

Definition at line 79 of file ikev2.api.

◆ is_hex

bool vl_api_ikev2_profile_set_auth_t::is_hex

Definition at line 78 of file ikev2.api.

◆ name

string vl_api_ikev2_profile_set_auth_t::name[64]

Definition at line 76 of file ikev2.api.

◆ vat_help

option vl_api_ikev2_profile_set_auth_t::vat_help = "name <profile_name> auth_method <method> (auth_data 0x<data> | auth_data <data>)"

Definition at line 81 of file ikev2.api.


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