FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Enable/disable periodic IP neighbor scan. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | mode |
u8 | scan_interval |
u8 | max_proc_time |
u8 | max_update |
u8 | scan_int_delay |
u8 | stale_threshold |
Enable/disable periodic IP neighbor scan.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
mode | - 0: disable, 1: IPv4, 2: IPv6, 3: both IPv4/v6 |
scan_interval | - neighbor scan interval in minutes, 0: default to 1 |
max_proc_time | - max processing time per run in usec, 0: default to 20 |
max_update | - max neighbor probe/delete per run, 0: default to 10 |
scan_int_delay | - delay in msec to resume scan if exceed max proc time or update, 0: default to 1 |
stale_threshold | - threshold in minutes for neighbor deletion, 0: default to 4*scan_interval |