FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_address_t | address |
vl_api_interface_index_t | sw_if_index |
bool | is_garp |
u32 | repeat [default=1] |
f64 | interval [default=1.0] |
option | vat_help = "<address> <interface> [gratuitouss] [repeat <count>] [interval <sec>]" |
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
address | - address to send arp request or gratuitous arp. |
sw_if_index | - interface to send |
repeat | - number of packets to send |
interval | - if more than 1 packet is sent, the delay between send |
is_garp | - is garp or arp request |
Definition at line 32 of file arping.api.
vl_api_address_t vl_api_arping_t::address |
Definition at line 36 of file arping.api.
u32 vl_api_arping_t::client_index |
Definition at line 34 of file arping.api.
u32 vl_api_arping_t::context |
Definition at line 35 of file arping.api.
f64 vl_api_arping_t::interval[default=1.0] |
Definition at line 40 of file arping.api.
bool vl_api_arping_t::is_garp |
Definition at line 38 of file arping.api.
u32 vl_api_arping_t::repeat[default=1] |
Definition at line 39 of file arping.api.
vl_api_interface_index_t vl_api_arping_t::sw_if_index |
Definition at line 37 of file arping.api.
option vl_api_arping_t::vat_help = "<address> <interface> [gratuitouss] [repeat <count>] [interval <sec>]" |
Definition at line 41 of file arping.api.