FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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... | |
Definition at line 38 of file bfd_main.h.
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.