FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
nhrp.api
Go to the documentation of this file.
1
/* Hey Emacs use -*- mode: C -*- */
2
/*
3
* Copyright (c) 2019 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
option
version
=
"1.0.0"
;
18
19
import
"vnet/ip/ip_types.api"
;
20
import
"vnet/interface_types.api"
;
21
22
/** \brief NHRP Entry
23
@param sw_if_index
24
*/
25
typedef
nhrp_entry
26
{
27
vl_api_interface_index_t
sw_if_index
;
28
vl_api_address_t
peer
;
29
vl_api_address_t
nh
;
30
u32
nh_table_id
;
31
};
32
33
autoreply define nhrp_entry_add_del
34
{
35
u32
client_index
;
36
u32
context
;
37
u8
is_add
;
38
vl_api_nhrp_entry_t
entry
;
39
};
40
41
define nhrp_dump
42
{
43
u32
client_index
;
44
u32
context
;
45
};
46
47
define nhrp_details
48
{
49
u32
context
;
50
vl_api_nhrp_entry_t
entry
;
51
};
52
53
/*
54
* Local Variables:
55
* eval: (c-set-style "gnu")
56
* End:
57
*/
vl_api_nhrp_entry_add_del_t::entry
vl_api_nhrp_entry_t entry
Definition:
nhrp.api:38
nh
vl_api_address_t nh
Definition:
nhrp.api:29
version
option version
Definition:
nhrp.api:17
vl_api_nhrp_dump_t::context
u32 context
Definition:
nhrp.api:44
u8
unsigned char u8
Definition:
types.h:56
sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
gre.api:59
u32
unsigned int u32
Definition:
types.h:88
peer
vl_api_address_t peer
Definition:
nhrp.api:28
vl_api_nhrp_entry_add_del_t::context
u32 context
Definition:
nhrp.api:36
vl_api_nhrp_dump_t::client_index
u32 client_index
Definition:
nhrp.api:43
nhrp_entry
typedef nhrp_entry
NHRP Entry.
Definition:
nhrp.api:26
vl_api_nhrp_entry_add_del_t::client_index
u32 client_index
Definition:
nhrp.api:35
vl_api_nhrp_details_t::context
u32 context
Definition:
nhrp.api:49
vl_api_nhrp_entry_add_del_t::is_add
u8 is_add
Definition:
nhrp.api:37
nh_table_id
u32 nh_table_id
Definition:
nhrp.api:30
vl_api_nhrp_details_t::entry
vl_api_nhrp_entry_t entry
Definition:
nhrp.api:50
src
vnet
nhrp
nhrp.api
Generated on Wed Sep 9 2020 00:05:28 for FD.io VPP by
1.8.13