FD.io VPP  v19.01.3-6-g70449b9b9
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
 
u32 sw_if_index
 
u8 local_addr [16]
 
u8 peer_addr [16]
 
u8 is_ipv6
 

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 134 of file bfd.api.

Field Documentation

◆ client_index

u32 vl_api_bfd_udp_del_t::client_index

Definition at line 136 of file bfd.api.

◆ context

u32 vl_api_bfd_udp_del_t::context

Definition at line 137 of file bfd.api.

◆ is_ipv6

u8 vl_api_bfd_udp_del_t::is_ipv6

Definition at line 141 of file bfd.api.

◆ local_addr

u8 vl_api_bfd_udp_del_t::local_addr[16]

Definition at line 139 of file bfd.api.

◆ peer_addr

u8 vl_api_bfd_udp_del_t::peer_addr[16]

Definition at line 140 of file bfd.api.

◆ sw_if_index

u32 vl_api_bfd_udp_del_t::sw_if_index

Definition at line 138 of file bfd.api.


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