FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
lisp_types.api
Go to the documentation of this file.
1 /* Hey Emacs use -*- mode: C -*- */
2 /*
3  * Copyright (c) 2020 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/interface_types.api";
20 import "vnet/ethernet/ethernet_types.api";
21 import "vnet/ip/ip_types.api";
22 
23 typedef local_locator
24 {
25  vl_api_interface_index_t sw_if_index;
28 };
29 
30 typedef remote_locator
31 {
32  u8 priority;
33  u8 weight;
34  vl_api_address_t ip_address;
35 };
36 
37 enum eid_type : u8
38 {
42 };
43 
44 typedef nsh
45 {
46  u32 spi;
47  u8 si;
48 };
49 
51 {
52  vl_api_prefix_t prefix;
53  vl_api_mac_address_t mac;
54  vl_api_nsh_t nsh;
55 };
56 
57 /* endpoint identifier */
58 typedef eid
59 {
60  vl_api_eid_type_t type;
61  vl_api_eid_address_t address;
62 };
63 
65 {
69 };
70 
71 typedef hmac_key
72 {
73  vl_api_hmac_key_id_t id;
74  u8 key[64];
75 };
u32 spi
hmac_key_id
Definition: lisp_types.api:64
typedef hmac_key
Definition: lisp_types.api:72
vl_api_nsh_t nsh
Definition: lisp_types.api:54
vl_api_prefix_t prefix
Definition: lisp_types.api:52
option version
Definition: lisp_types.api:17
eid_type
Definition: lisp_types.api:37
typedef local_locator
Definition: lisp_types.api:24
vl_api_eid_address_t address
Definition: lisp_types.api:61
u8 weight
Definition: lisp_types.api:27
unsigned char u8
Definition: types.h:56
u8 id[64]
Definition: dhcp.api:160
u8 priority
Definition: lisp_types.api:26
vl_api_interface_index_t sw_if_index
Definition: gre.api:53
typedef eid
Definition: lisp_types.api:59
u8 key[64]
Definition: lisp_types.api:74
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
vl_api_address_t ip_address
Definition: lisp_types.api:34
vl_api_mac_address_t mac
Definition: lisp_types.api:53
typedef remote_locator
Definition: lisp_types.api:31
typedef nsh
Definition: lisp_types.api:45
u8 si
Definition: lisp_types.api:47