FD.io VPP  v17.10-9-gd594711
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 38 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 53 of file bfd_main.h.

u32 bfd_auth_key_t::conf_key_id

global configuration key ID

Definition at line 41 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 50 of file bfd_main.h.

u32 bfd_auth_key_t::use_count

keeps track of how many sessions reference this key

Definition at line 44 of file bfd_main.h.


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