FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_ipsec_sa_set_key_t Struct Reference

IPsec: Update Security Association keys. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sa_id
 
u8 crypto_key_length
 
u8 crypto_key [128]
 
u8 integrity_key_length
 
u8 integrity_key [128]
 

Detailed Description

IPsec: Update Security Association keys.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sa_id- sa id
crypto_key_length- length of crypto_key in bytes
crypto_key- crypto keying material
integrity_key_length- length of integrity_key in bytes
integrity_key- integrity keying material

Definition at line 3238 of file vpe.api.

Field Documentation

u32 vl_api_ipsec_sa_set_key_t::client_index

Definition at line 3240 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::context

Definition at line 3241 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key[128]

Definition at line 3246 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key_length

Definition at line 3245 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key[128]

Definition at line 3249 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key_length

Definition at line 3248 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::sa_id

Definition at line 3243 of file vpe.api.


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