FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vl_api_bfd_auth_set_key_t Struct Reference

BFD UDP - add/replace key to configuration. More...

Data Fields

u32 client_index
 
u32 context
 
u32 conf_key_id
 
u8 key_len
 
u8 auth_type
 
u8 key [20]
 

Detailed Description

BFD UDP - add/replace key to configuration.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
conf_key_id- key ID to add/replace/delete
key_len- length of key (must be non-zero)
auth_type- authentication type (RFC 5880/4.1/Auth Type)
key- key data

Definition at line 226 of file bfd.api.

Field Documentation

u8 vl_api_bfd_auth_set_key_t::auth_type

Definition at line 232 of file bfd.api.

u32 vl_api_bfd_auth_set_key_t::client_index

Definition at line 228 of file bfd.api.

u32 vl_api_bfd_auth_set_key_t::conf_key_id

Definition at line 230 of file bfd.api.

u32 vl_api_bfd_auth_set_key_t::context

Definition at line 229 of file bfd.api.

u8 vl_api_bfd_auth_set_key_t::key[20]

Definition at line 233 of file bfd.api.

u8 vl_api_bfd_auth_set_key_t::key_len

Definition at line 231 of file bfd.api.


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