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

Enable/disable periodic IP neighbor scan. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_address_family_t af
 
u32 max_number
 
u32 max_age
 
bool recycle
 

Detailed Description

Enable/disable periodic IP neighbor scan.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
af- Address family v4/v6
max_number- The maximum number of neighbours that will be created. default 50k
max_age- The maximum age (in seconds) before an inactive neighbour is flushed default 0 => never
recycle- If max_number of neighbours is reached and new ones need to be created should the oldest neighbour be 'recycled'.

Definition at line 117 of file ip_neighbor.api.

Field Documentation

◆ af

vl_api_address_family_t vl_api_ip_neighbor_config_t::af

Definition at line 121 of file ip_neighbor.api.

◆ client_index

u32 vl_api_ip_neighbor_config_t::client_index

Definition at line 119 of file ip_neighbor.api.

◆ context

u32 vl_api_ip_neighbor_config_t::context

Definition at line 120 of file ip_neighbor.api.

◆ max_age

u32 vl_api_ip_neighbor_config_t::max_age

Definition at line 123 of file ip_neighbor.api.

◆ max_number

u32 vl_api_ip_neighbor_config_t::max_number

Definition at line 122 of file ip_neighbor.api.

◆ recycle

bool vl_api_ip_neighbor_config_t::recycle

Definition at line 124 of file ip_neighbor.api.


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