FD.io VPP  v17.07.01-10-g3be13f0
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
 
u8 name [64]
 
u8 auth_method
 
u8 is_hex
 
u32 data_len
 
u8 data [0]
 

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 218 of file ipsec.api.

Field Documentation

u8 vl_api_ikev2_profile_set_auth_t::auth_method

Definition at line 224 of file ipsec.api.

u32 vl_api_ikev2_profile_set_auth_t::client_index

Definition at line 220 of file ipsec.api.

u32 vl_api_ikev2_profile_set_auth_t::context

Definition at line 221 of file ipsec.api.

u8 vl_api_ikev2_profile_set_auth_t::data[0]

Definition at line 227 of file ipsec.api.

u32 vl_api_ikev2_profile_set_auth_t::data_len

Definition at line 226 of file ipsec.api.

u8 vl_api_ikev2_profile_set_auth_t::is_hex

Definition at line 225 of file ipsec.api.

u8 vl_api_ikev2_profile_set_auth_t::name[64]

Definition at line 223 of file ipsec.api.


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