blob: fb3ab1a47985d7c99352234f544b354d5525057b [file] [log] [blame]
Pavel Kotucek0f971d82017-01-03 10:48:54 +01001/*
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
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010016option version = "1.1.1";
Neale Ranns31ed7442018-02-23 05:29:09 -080017import "vnet/fib/fib_types.api";
Neale Ranns097fa662018-05-01 05:17:55 -070018import "vnet/ip/ip_types.api";
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010019import "vnet/interface_types.api";
Dave Barach0d056e52017-09-28 15:11:16 -040020
Pavel Kotucek0f971d82017-01-03 10:48:54 +010021/** \brief Bind/Unbind an MPLS local label to an IP prefix. i.e. create
22 a per-prefix label entry.
23 @param client_index - opaque cookie to identify the sender
24 @param context - sender context, to match reply w/ request
25 @param mb_mpls_table_id - The MPLS table-id the MPLS entry will be added in
26 @param mb_label - The MPLS label value to bind
27 @param mb_ip_table_id - The IP table-id of the IP prefix to bind to.
Pavel Kotucek0f971d82017-01-03 10:48:54 +010028 @param mb_is_bind - Bind or unbind
29 @param mb_is_ip4 - The prefix to bind to is IPv4
Ole Troan75761b92019-09-11 17:49:08 +020030 @param mb_prefix - IP prefix
Pavel Kotucek0f971d82017-01-03 10:48:54 +010031*/
Dave Barach11b8dbf2017-04-24 10:46:54 -040032autoreply define mpls_ip_bind_unbind
Pavel Kotucek0f971d82017-01-03 10:48:54 +010033{
34 u32 client_index;
35 u32 context;
36 u32 mb_mpls_table_id;
37 u32 mb_label;
38 u32 mb_ip_table_id;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010039 bool mb_is_bind;
Neale Ranns097fa662018-05-01 05:17:55 -070040 vl_api_prefix_t mb_prefix;
Pavel Kotucek0f971d82017-01-03 10:48:54 +010041};
42
Paul Vinciguerrae7174822019-08-07 00:05:59 -040043typedef mpls_tunnel
Neale Ranns097fa662018-05-01 05:17:55 -070044{
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010045 vl_api_interface_index_t mt_sw_if_index;
Neale Ranns097fa662018-05-01 05:17:55 -070046 u32 mt_tunnel_index;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010047 bool mt_l2_only;
48 bool mt_is_multicast;
IJsbrand Wijnands39ae0a02020-03-05 10:56:26 -080049 string mt_tag[64];
Neale Ranns097fa662018-05-01 05:17:55 -070050 u8 mt_n_paths;
51 vl_api_fib_path_t mt_paths[mt_n_paths];
52};
IJsbrand Wijnands39ae0a02020-03-05 10:56:26 -080053
Pavel Kotucek0f971d82017-01-03 10:48:54 +010054define mpls_tunnel_add_del
55{
56 u32 client_index;
57 u32 context;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010058 bool mt_is_add [default=true];
Neale Ranns097fa662018-05-01 05:17:55 -070059 vl_api_mpls_tunnel_t mt_tunnel;
Pavel Kotucek0f971d82017-01-03 10:48:54 +010060};
61
62/** \brief Reply for MPLS tunnel add / del request
63 @param context - returned sender context, to match reply w/ request
64 @param retval - return code
65 @param sw_if_index - SW interface index of the tunnel created
66*/
67define mpls_tunnel_add_del_reply
68{
69 u32 context;
70 i32 retval;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +010071 vl_api_interface_index_t sw_if_index;
Neale Rannsf5fa5ae2018-09-26 05:07:25 -070072 u32 tunnel_index;
Pavel Kotucek0f971d82017-01-03 10:48:54 +010073};
74
75/** \brief Dump mpls eth tunnel table
76 @param client_index - opaque cookie to identify the sender
Neale Rannsf5fa5ae2018-09-26 05:07:25 -070077 @param sw_if_index - sw_if_index of the MPLS tunnel
78 (as returned from the create)
Pavel Kotucek0f971d82017-01-03 10:48:54 +010079*/
80define mpls_tunnel_dump
81{
82 u32 client_index;
83 u32 context;
Paul Vinciguerrac0e94412020-04-28 01:12:04 -040084 vl_api_interface_index_t sw_if_index [default=0xffffffff];
Pavel Kotucek0f971d82017-01-03 10:48:54 +010085};
86
Neale Ranns0f26c5a2017-03-01 15:12:11 -080087/** \brief mpls tunnel details
88*/
89manual_endian manual_print define mpls_tunnel_details
90{
91 u32 context;
Neale Ranns097fa662018-05-01 05:17:55 -070092 vl_api_mpls_tunnel_t mt_tunnel;
Neale Ranns0f26c5a2017-03-01 15:12:11 -080093};
94
95/** \brief MPLS Route Add / del route
96 @param client_index - opaque cookie to identify the sender
97 @param context - sender context, to match reply w/ request
Neale Ranns28ab9cc2017-08-14 07:18:42 -070098 @param mt_table_id - The MPLS table-id the route is added in
99 @param mt_is_add - Is this a route add or delete
Neale Ranns2297af02017-09-12 09:45:04 -0700100 @param mt_name - A client provided name/tag for the table. If this
101 is not set by the client, then VPP will generate
Paul Vinciguerrac0e94412020-04-28 01:12:04 -0400102 something meaningful.
Neale Ranns28ab9cc2017-08-14 07:18:42 -0700103*/
Paul Vinciguerrae7174822019-08-07 00:05:59 -0400104typedef mpls_table
Neale Ranns097fa662018-05-01 05:17:55 -0700105{
106 u32 mt_table_id;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100107 string mt_name[64];
Neale Ranns097fa662018-05-01 05:17:55 -0700108};
Neale Ranns28ab9cc2017-08-14 07:18:42 -0700109autoreply define mpls_table_add_del
110{
111 u32 client_index;
112 u32 context;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100113 bool mt_is_add [default=true];
Neale Ranns097fa662018-05-01 05:17:55 -0700114 vl_api_mpls_table_t mt_table;
115};
116
117/** \brief Dump MPLS fib table
118 @param client_index - opaque cookie to identify the sender
119*/
120define mpls_table_dump
121{
122 u32 client_index;
123 u32 context;
124};
125
126define mpls_table_details
127{
128 u32 context;
129 vl_api_mpls_table_t mt_table;
130};
131
132/** \brief MPLS Route
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100133 @param mr_table_id - The MPLS table-id the route is added in
Neale Ranns097fa662018-05-01 05:17:55 -0700134 @param mr_label - The MPLS label value
135 @param mr_eos - The End of stack bit
Paul Vinciguerrac0e94412020-04-28 01:12:04 -0400136 @param mr_eos_proto - If EOS then this is the DPO packet's proto post pop
Neale Ranns097fa662018-05-01 05:17:55 -0700137 @param mr_is_multicast - Is this a multicast route
138 @param mr_n_paths - The number of paths
139 @param mr_paths - The paths
140*/
Paul Vinciguerrae7174822019-08-07 00:05:59 -0400141typedef mpls_route
Neale Ranns097fa662018-05-01 05:17:55 -0700142{
143 u32 mr_table_id;
144 u32 mr_label;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100145 /* TODO: check data type */
Neale Ranns097fa662018-05-01 05:17:55 -0700146 u8 mr_eos;
147 u8 mr_eos_proto;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100148 bool mr_is_multicast;
Neale Ranns097fa662018-05-01 05:17:55 -0700149 u8 mr_n_paths;
150 vl_api_fib_path_t mr_paths[mr_n_paths];
Neale Ranns28ab9cc2017-08-14 07:18:42 -0700151};
152
153/** \brief MPLS Route Add / del route
154 @param client_index - opaque cookie to identify the sender
155 @param context - sender context, to match reply w/ request
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800156 @param mr_table_id - The MPLS table-id the route is added in
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800157 @param mr_is_add - Is this a route add or delete
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800158 @param mr_is_multipath - Is this route update a multipath - i.e. is this
159 a path addition to an existing route
Neale Ranns097fa662018-05-01 05:17:55 -0700160 @param mr_route - The Route
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800161*/
Neale Ranns008dbe12018-09-07 09:32:36 -0700162define mpls_route_add_del
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800163{
164 u32 client_index;
165 u32 context;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100166 bool mr_is_add;
167 bool mr_is_multipath;
Neale Ranns097fa662018-05-01 05:17:55 -0700168 vl_api_mpls_route_t mr_route;
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800169};
170
Neale Ranns008dbe12018-09-07 09:32:36 -0700171define mpls_route_add_del_reply
172{
173 u32 context;
174 i32 retval;
175 u32 stats_index;
176};
177
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100178/** \brief Dump MPLS fib table
179 @param client_index - opaque cookie to identify the sender
180*/
Neale Ranns097fa662018-05-01 05:17:55 -0700181define mpls_route_dump
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100182{
183 u32 client_index;
184 u32 context;
Neale Ranns097fa662018-05-01 05:17:55 -0700185 vl_api_mpls_table_t table;
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100186};
187
188/** \brief mpls FIB table response
189 @param table_id - MPLS fib table id
190 @param s_bit - End-of-stack bit
191 @param label - MPLS label value
192 @param count - the number of fib_path in path
193 @param path - array of of fib_path structures
194*/
Neale Ranns097fa662018-05-01 05:17:55 -0700195manual_endian manual_print define mpls_route_details
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100196{
197 u32 context;
Neale Ranns097fa662018-05-01 05:17:55 -0700198 vl_api_mpls_route_t mr_route;
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100199};
200
Neale Rannsb8d44812017-11-10 06:53:54 -0800201/** \brief Enable or Disable MPLS on and interface
202 @param client_index - opaque cookie to identify the sender
203 @param context - sender context, to match reply w/ request
204 @param sw_if_index - index of the interface
205 @param enable - if non-zero enable, else disable
206*/
207autoreply define sw_interface_set_mpls_enable
208{
209 u32 client_index;
210 u32 context;
Jakub Grajciar3eb8f202020-01-03 09:59:07 +0100211 vl_api_interface_index_t sw_if_index;
212 bool enable [default=true];
Neale Rannsb8d44812017-11-10 06:53:54 -0800213};
214
Pavel Kotucek0f971d82017-01-03 10:48:54 +0100215/*
216 * Local Variables:
217 * eval: (c-set-style "gnu")
218 * End:
219 */