FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
bfd_auth_key_t Struct Reference

Data Fields

u32 conf_key_id
 global configuration key ID More...
 
u32 use_count
 keeps track of how many sessions reference this key More...
 
u8 key [20]
 key data directly usable for bfd purposes - already padded with zeroes (so we don't need the actual length) More...
 
bfd_auth_type_e auth_type
 authentication type for this key More...
 

Detailed Description

Definition at line 40 of file bfd_main.h.

Field Documentation

bfd_auth_type_e bfd_auth_key_t::auth_type

authentication type for this key

Definition at line 55 of file bfd_main.h.

u32 bfd_auth_key_t::conf_key_id

global configuration key ID

Definition at line 43 of file bfd_main.h.

u8 bfd_auth_key_t::key[20]

key data directly usable for bfd purposes - already padded with zeroes (so we don't need the actual length)

Definition at line 52 of file bfd_main.h.

u32 bfd_auth_key_t::use_count

keeps track of how many sessions reference this key

Definition at line 46 of file bfd_main.h.


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