FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
arping.api
Go to the documentation of this file.
1
/*
2
*------------------------------------------------------------------
3
* Copyright (c) 2021 Cisco and/or its affiliates.
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at:
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*------------------------------------------------------------------
16
*/
17
18
option
version
=
"1.0.0"
;
19
import
"vnet/interface_types.api"
;
20
import
"vnet/ip/ip_types.api"
;
21
22
/** \brief
23
@param client_index - opaque cookie to identify the sender
24
@param context - sender context, to match reply w/ request
25
@param address - address to send arp request or gratuitous arp.
26
@param sw_if_index - interface to send
27
@param repeat - number of packets to send
28
@param interval - if more than 1 packet is sent, the delay between send
29
@param is_garp - is garp or arp request
30
*/
31
32
define arping
33
{
34
u32
client_index
;
35
u32
context
;
36
vl_api_address_t
address
;
37
vl_api_interface_index_t
sw_if_index
;
38
bool
is_garp
;
39
u32
repeat [
default
=1];
40
f64
interval
[
default
=1.0];
41
option vat_help =
"<address> <interface> [gratuitouss] [repeat <count>] [interval <sec>]"
;
42
};
43
44
/** \brief
45
@param context - sender context, to match reply w/ request
46
@param retval - return value for request
47
@reply_count - return value for reply count
48
*/
49
50
define arping_reply
51
{
52
u32
context
;
53
i32
retval
;
54
u32
reply_count
;
55
};
56
57
/*
58
* Local Variables:
59
* eval: (c-set-style "gnu")
60
* End:
61
*/
version
option version
Definition:
arping.api:18
vl_api_arping_t::client_index
u32 client_index
Definition:
arping.api:34
vl_api_arping_t
Definition:
arping.api:32
vl_api_arping_reply_t::context
u32 context
Definition:
arping.api:52
i32
signed int i32
Definition:
types.h:77
vl_api_arping_t::interval
f64 interval[default=1.0]
Definition:
arping.api:40
f64
double f64
Definition:
types.h:142
vl_api_arping_reply_t::reply_count
u32 reply_count
Definition:
arping.api:54
interval
u16 interval
Definition:
vrrp.api:34
vl_api_arping_t::is_garp
bool is_garp
Definition:
arping.api:38
vl_api_arping_reply_t::retval
i32 retval
Definition:
arping.api:53
u32
unsigned int u32
Definition:
types.h:88
vl_api_arping_t::address
vl_api_address_t address
Definition:
arping.api:36
vl_api_arping_t::repeat
u32 repeat[default=1]
Definition:
arping.api:39
vl_api_arping_t::context
u32 context
Definition:
arping.api:35
vl_api_arping_t::vat_help
option vat_help
Definition:
arping.api:41
vl_api_arping_t::sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
arping.api:37
vl_api_arping_reply_t
Definition:
arping.api:50
src
plugins
arping
arping.api
Generated on Sat Jan 8 2022 10:35:07 for FD.io VPP by
1.8.17