FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_bfd_auth_keys_details_t Struct Reference

BFD authentication key details. More...

Data Fields

u32 context
 
u32 conf_key_id
 
u32 use_count
 
u8 auth_type
 

Detailed Description

BFD authentication key details.

Template Parameters
context- sender context, to match reply w/ request
conf_key_id- configured key ID
use_count- how many BFD sessions currently use this key
auth_type- authentication type (RFC 5880/4.1/Auth Type)

Definition at line 271 of file bfd.api.

Field Documentation

◆ auth_type

u8 vl_api_bfd_auth_keys_details_t::auth_type

Definition at line 276 of file bfd.api.

◆ conf_key_id

u32 vl_api_bfd_auth_keys_details_t::conf_key_id

Definition at line 274 of file bfd.api.

◆ context

u32 vl_api_bfd_auth_keys_details_t::context

Definition at line 273 of file bfd.api.

◆ use_count

u32 vl_api_bfd_auth_keys_details_t::use_count

Definition at line 275 of file bfd.api.


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