FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vl_api_bfd_udp_auth_activate_t Struct Reference

BFD UDP - activate/change authentication. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
vl_api_address_t local_addr
 
vl_api_address_t peer_addr
 
bool is_delayed
 
u8 bfd_key_id
 
u32 conf_key_id
 

Detailed Description

BFD UDP - activate/change authentication.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- sw index of the interface
local_addr- local address
peer_addr- peer address
is_ipv6- local_addr, peer_addr are IPv6 if non-zero, otherwise IPv4
is_delayed- change is applied once peer applies the change (on first received packet with this auth)
bfd_key_id- key id sent out in BFD packets
conf_key_id- id of already configured key

Definition at line 311 of file bfd.api.

Field Documentation

◆ bfd_key_id

u8 vl_api_bfd_udp_auth_activate_t::bfd_key_id

Definition at line 319 of file bfd.api.

◆ client_index

u32 vl_api_bfd_udp_auth_activate_t::client_index

Definition at line 313 of file bfd.api.

◆ conf_key_id

u32 vl_api_bfd_udp_auth_activate_t::conf_key_id

Definition at line 320 of file bfd.api.

◆ context

u32 vl_api_bfd_udp_auth_activate_t::context

Definition at line 314 of file bfd.api.

◆ is_delayed

bool vl_api_bfd_udp_auth_activate_t::is_delayed

Definition at line 318 of file bfd.api.

◆ local_addr

vl_api_address_t vl_api_bfd_udp_auth_activate_t::local_addr

Definition at line 316 of file bfd.api.

◆ peer_addr

vl_api_address_t vl_api_bfd_udp_auth_activate_t::peer_addr

Definition at line 317 of file bfd.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_bfd_udp_auth_activate_t::sw_if_index

Definition at line 315 of file bfd.api.


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