FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_ip_neighbor_flush_t Struct Reference

IP neighbor flush request - removes all neighbours. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_address_family_t af
 
vl_api_interface_index_t sw_if_index [default=0xffffffff]
 

Detailed Description

IP neighbor flush request - removes all neighbours.

dynamic and static from API/CLI and dynamic from data-plane.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
af- Flush neighbours of this address family
sw_if_index- Flush on this interface (~0 => all interfaces)

Definition at line 174 of file ip_neighbor.api.

Field Documentation

◆ af

vl_api_address_family_t vl_api_ip_neighbor_flush_t::af

Definition at line 178 of file ip_neighbor.api.

◆ client_index

u32 vl_api_ip_neighbor_flush_t::client_index

Definition at line 176 of file ip_neighbor.api.

◆ context

u32 vl_api_ip_neighbor_flush_t::context

Definition at line 177 of file ip_neighbor.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_ip_neighbor_flush_t::sw_if_index[default=0xffffffff]

Definition at line 179 of file ip_neighbor.api.


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