FD.io VPP  v21.06-1-gbb7418cf9
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 252 of file bfd.api.

Field Documentation

◆ auth_type

u8 vl_api_bfd_auth_set_key_t::auth_type

Definition at line 258 of file bfd.api.

◆ client_index

u32 vl_api_bfd_auth_set_key_t::client_index

Definition at line 254 of file bfd.api.

◆ conf_key_id

u32 vl_api_bfd_auth_set_key_t::conf_key_id

Definition at line 256 of file bfd.api.

◆ context

u32 vl_api_bfd_auth_set_key_t::context

Definition at line 255 of file bfd.api.

◆ key

u8 vl_api_bfd_auth_set_key_t::key[20]

Definition at line 259 of file bfd.api.

◆ key_len

u8 vl_api_bfd_auth_set_key_t::key_len

Definition at line 257 of file bfd.api.


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