FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
p2p_ethernet.api
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015-2016 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
option
version
=
"1.0.0"
;
17
18
import
"vnet/interface_types.api"
;
19
import
"vnet/ethernet/ethernet_types.api"
;
20
21
define p2p_ethernet_add
22
{
23
u32
client_index
;
24
u32
context
;
25
vl_api_interface_index_t
parent_if_index
;
26
u32
subif_id
;
27
vl_api_mac_address_t
remote_mac
;
28
};
29
30
define p2p_ethernet_add_reply
31
{
32
u32
context
;
33
i32
retval
;
34
vl_api_interface_index_t
sw_if_index
;
35
};
36
37
define p2p_ethernet_del
38
{
39
u32
client_index
;
40
u32
context
;
41
vl_api_interface_index_t
parent_if_index
;
42
vl_api_mac_address_t
remote_mac
;
43
};
44
45
define p2p_ethernet_del_reply
46
{
47
u32
context
;
48
i32
retval
;
49
};
50
51
/*
52
* Local Variables:
53
* eval: (c-set-style "gnu")
54
* End:
55
*/
vl_api_p2p_ethernet_del_reply_t::context
u32 context
Definition:
p2p_ethernet.api:47
vl_api_p2p_ethernet_add_t::parent_if_index
vl_api_interface_index_t parent_if_index
Definition:
p2p_ethernet.api:25
u32
unsigned int u32
Definition:
types.h:88
vl_api_p2p_ethernet_del_t::remote_mac
vl_api_mac_address_t remote_mac
Definition:
p2p_ethernet.api:42
vl_api_p2p_ethernet_add_reply_t::retval
i32 retval
Definition:
p2p_ethernet.api:33
vl_api_p2p_ethernet_del_t::parent_if_index
vl_api_interface_index_t parent_if_index
Definition:
p2p_ethernet.api:41
vl_api_p2p_ethernet_add_t::context
u32 context
Definition:
p2p_ethernet.api:24
vl_api_p2p_ethernet_add_reply_t::context
u32 context
Definition:
p2p_ethernet.api:32
vl_api_p2p_ethernet_add_reply_t::sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
p2p_ethernet.api:34
vl_api_p2p_ethernet_add_t::remote_mac
vl_api_mac_address_t remote_mac
Definition:
p2p_ethernet.api:27
vl_api_p2p_ethernet_del_t::context
u32 context
Definition:
p2p_ethernet.api:40
vl_api_p2p_ethernet_add_t::client_index
u32 client_index
Definition:
p2p_ethernet.api:23
vl_api_p2p_ethernet_del_reply_t::retval
i32 retval
Definition:
p2p_ethernet.api:48
version
option version
Definition:
p2p_ethernet.api:16
vl_api_p2p_ethernet_del_t::client_index
u32 client_index
Definition:
p2p_ethernet.api:39
i32
signed int i32
Definition:
types.h:77
vl_api_p2p_ethernet_add_t::subif_id
u32 subif_id
Definition:
p2p_ethernet.api:26
src
vnet
ethernet
p2p_ethernet.api
Generated on Wed Sep 9 2020 00:04:44 for FD.io VPP by
1.8.13