FD.io VPP  v16.09
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 3406 of file vpe.api.

Field Documentation

u32 vl_api_ipsec_sa_set_key_t::client_index

Definition at line 3408 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::context

Definition at line 3409 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key[128]

Definition at line 3414 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key_length

Definition at line 3413 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key[128]

Definition at line 3417 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key_length

Definition at line 3416 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::sa_id

Definition at line 3411 of file vpe.api.


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