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

Add UDP BFD session on interface. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
u32 desired_min_tx
 
u32 required_min_rx
 
vl_api_address_t local_addr
 
vl_api_address_t peer_addr
 
u8 detect_mult
 
bool is_authenticated
 
u8 bfd_key_id
 
u32 conf_key_id
 

Detailed Description

Add UDP BFD session on interface.

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
desired_min_tx- desired min transmit interval (microseconds)
required_min_rx- required min receive interval (microseconds)
local_addr- local address
peer_addr- peer address
is_ipv6- local_addr, peer_addr are IPv6 if non-zero, otherwise IPv4
detect_mult- detect multiplier (# of packets missed before connection goes down)
is_authenticated- non-zero if authentication is required
bfd_key_id- key id sent out in BFD packets (if is_authenticated)
conf_key_id- id of already configured key (if is_authenticated)

Definition at line 96 of file bfd.api.

Field Documentation

◆ bfd_key_id

u8 vl_api_bfd_udp_add_t::bfd_key_id

Definition at line 107 of file bfd.api.

◆ client_index

u32 vl_api_bfd_udp_add_t::client_index

Definition at line 98 of file bfd.api.

◆ conf_key_id

u32 vl_api_bfd_udp_add_t::conf_key_id

Definition at line 108 of file bfd.api.

◆ context

u32 vl_api_bfd_udp_add_t::context

Definition at line 99 of file bfd.api.

◆ desired_min_tx

u32 vl_api_bfd_udp_add_t::desired_min_tx

Definition at line 101 of file bfd.api.

◆ detect_mult

u8 vl_api_bfd_udp_add_t::detect_mult

Definition at line 105 of file bfd.api.

◆ is_authenticated

bool vl_api_bfd_udp_add_t::is_authenticated

Definition at line 106 of file bfd.api.

◆ local_addr

vl_api_address_t vl_api_bfd_udp_add_t::local_addr

Definition at line 103 of file bfd.api.

◆ peer_addr

vl_api_address_t vl_api_bfd_udp_add_t::peer_addr

Definition at line 104 of file bfd.api.

◆ required_min_rx

u32 vl_api_bfd_udp_add_t::required_min_rx

Definition at line 102 of file bfd.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_bfd_udp_add_t::sw_if_index

Definition at line 100 of file bfd.api.


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