FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
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 |
Enable/disable periodic IP neighbor scan.
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 119 of file ip_neighbor.api.
vl_api_address_family_t vl_api_ip_neighbor_config_t::af |
Definition at line 123 of file ip_neighbor.api.
u32 vl_api_ip_neighbor_config_t::client_index |
Definition at line 121 of file ip_neighbor.api.
u32 vl_api_ip_neighbor_config_t::context |
Definition at line 122 of file ip_neighbor.api.
u32 vl_api_ip_neighbor_config_t::max_age |
Definition at line 125 of file ip_neighbor.api.
u32 vl_api_ip_neighbor_config_t::max_number |
Definition at line 124 of file ip_neighbor.api.
bool vl_api_ip_neighbor_config_t::recycle |
Definition at line 126 of file ip_neighbor.api.