FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_bfd_udp_del_t Struct Reference

Delete UDP BFD session on interface. 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
 

Detailed Description

Delete 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
local_addr- local address
peer_addr- peer address
is_ipv6- local_addr, peer_addr are IPv6 if non-zero, otherwise IPv4

Definition at line 142 of file bfd.api.

Field Documentation

◆ client_index

u32 vl_api_bfd_udp_del_t::client_index

Definition at line 144 of file bfd.api.

◆ context

u32 vl_api_bfd_udp_del_t::context

Definition at line 145 of file bfd.api.

◆ local_addr

vl_api_address_t vl_api_bfd_udp_del_t::local_addr

Definition at line 147 of file bfd.api.

◆ peer_addr

vl_api_address_t vl_api_bfd_udp_del_t::peer_addr

Definition at line 148 of file bfd.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_bfd_udp_del_t::sw_if_index

Definition at line 146 of file bfd.api.


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