blob: 2a09909dbefeb98cda2803344752d56215d4fda3 [file] [log] [blame]
Dave Barach68b0fb02017-02-28 15:15:56 -05001/*
2 * Copyright (c) 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#include <vnet/session/application_interface.h>
16
17#include <vnet/session/session.h>
18#include <vlibmemory/api.h>
19#include <vnet/dpo/load_balance.h>
Dave Barach68b0fb02017-02-28 15:15:56 -050020
21/** @file
22 VPP's application/session API bind/unbind/connect/disconnect calls
23*/
24
Florin Coras371ca502018-02-21 12:07:41 -080025/*
26 * TLS server cert and keys to be used for testing only
27 */
28const char test_srv_crt_rsa[] =
29 "-----BEGIN CERTIFICATE-----\r\n"
Florin Coras8f89dd02018-03-05 16:53:07 -080030 "MIID5zCCAs+gAwIBAgIJALeMYCEHrTtJMA0GCSqGSIb3DQEBCwUAMIGJMQswCQYD\r\n"
31 "VQQGEwJVUzELMAkGA1UECAwCQ0ExETAPBgNVBAcMCFNhbiBKb3NlMQ4wDAYDVQQK\r\n"
32 "DAVDaXNjbzEOMAwGA1UECwwFZmQuaW8xFjAUBgNVBAMMDXRlc3R0bHMuZmQuaW8x\r\n"
33 "IjAgBgkqhkiG9w0BCQEWE3ZwcC1kZXZAbGlzdHMuZmQuaW8wHhcNMTgwMzA1MjEx\r\n"
34 "NTEyWhcNMjgwMzAyMjExNTEyWjCBiTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNB\r\n"
35 "MREwDwYDVQQHDAhTYW4gSm9zZTEOMAwGA1UECgwFQ2lzY28xDjAMBgNVBAsMBWZk\r\n"
36 "LmlvMRYwFAYDVQQDDA10ZXN0dGxzLmZkLmlvMSIwIAYJKoZIhvcNAQkBFhN2cHAt\r\n"
37 "ZGV2QGxpc3RzLmZkLmlvMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\r\n"
38 "4C1k8a1DuStgggqT4o09fP9sJ2dC54bxhS/Xk2VEfaIZ222WSo4X/syRVfVy9Yah\r\n"
39 "cpI1zJ/RDxaZSFhgA+nPZBrFMsrULkrdAOpOVj8eDEp9JuWdO2ODSoFnCvLxcYWB\r\n"
40 "Yc5kHryJpEaGJl1sFQSesnzMFty/59ta0stk0Fp8r5NhIjWvSovGzPo6Bhz+VS2c\r\n"
41 "ebIZh4x1t2hHaFcgm0qJoJ6DceReWCW8w+yOVovTolGGq+bpb2Hn7MnRSZ2K2NdL\r\n"
42 "+aLXpkZbS/AODP1FF2vTO1mYL290LO7/51vJmPXNKSDYMy5EvILr5/VqtjsFCwRL\r\n"
43 "Q4jcM/+GeHSAFWx4qIv0BwIDAQABo1AwTjAdBgNVHQ4EFgQUWa1SOB37xmT53tZQ\r\n"
44 "aXuLLhRI7U8wHwYDVR0jBBgwFoAUWa1SOB37xmT53tZQaXuLLhRI7U8wDAYDVR0T\r\n"
45 "BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAoUht13W4ya27NVzQuCMvqPWL3VM4\r\n"
46 "3xbPFk02FaGz/WupPu276zGlzJAZrbuDcQowwwU1Ni1Yygxl96s1c2M5rHDTrOKG\r\n"
47 "rK0hbkSFBo+i6I8u4HiiQ4rYmG0Hv6+sXn3of0HsbtDPGgWZoipPWDljPYEURu3e\r\n"
48 "3HRe/Dtsj9CakBoSDzs8ndWaBR+f4sM9Tk1cjD46Gq2T/qpSPXqKxEUXlzhdCAn4\r\n"
49 "twub17Bq2kykHpppCwPg5M+v30tHG/R2Go15MeFWbEJthFk3TZMjKL7UFs7fH+x2\r\n"
50 "wSonXb++jY+KmCb93C+soABBizE57g/KmiR2IxQ/LMjDik01RSUIaM0lLA==\r\n"
51 "-----END CERTIFICATE-----\r\n";
Florin Coras371ca502018-02-21 12:07:41 -080052const u32 test_srv_crt_rsa_len = sizeof (test_srv_crt_rsa);
53
54const char test_srv_key_rsa[] =
Florin Coras8f89dd02018-03-05 16:53:07 -080055 "-----BEGIN PRIVATE KEY-----\r\n"
56 "MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDgLWTxrUO5K2CC\r\n"
57 "CpPijT18/2wnZ0LnhvGFL9eTZUR9ohnbbZZKjhf+zJFV9XL1hqFykjXMn9EPFplI\r\n"
58 "WGAD6c9kGsUyytQuSt0A6k5WPx4MSn0m5Z07Y4NKgWcK8vFxhYFhzmQevImkRoYm\r\n"
59 "XWwVBJ6yfMwW3L/n21rSy2TQWnyvk2EiNa9Ki8bM+joGHP5VLZx5shmHjHW3aEdo\r\n"
60 "VyCbSomgnoNx5F5YJbzD7I5Wi9OiUYar5ulvYefsydFJnYrY10v5otemRltL8A4M\r\n"
61 "/UUXa9M7WZgvb3Qs7v/nW8mY9c0pINgzLkS8guvn9Wq2OwULBEtDiNwz/4Z4dIAV\r\n"
62 "bHioi/QHAgMBAAECggEBAMzGipP8+oT166U+NlJXRFifFVN1DvdhG9PWnOxGL+c3\r\n"
63 "ILmBBC08WQzmHshPemBvR6DZkA1H23cV5JTiLWrFtC00CvhXsLRMrE5+uWotI6yE\r\n"
64 "iofybMroHvD6/X5R510UX9hQ6MHu5ShLR5VZ9zXHz5MpTmB/60jG5dLx+jgcwBK8\r\n"
65 "LuGv2YB/WCUwT9QJ3YU2eaingnXtz/MrFbkbltrqlnBdlD+kTtw6Yac9y1XuuQXc\r\n"
66 "BPeulLNDuPolJVWbUvDBZrpt2dXTgz8ws1sv+wCNE0xwQJsqW4Nx3QkpibUL9RUr\r\n"
67 "CVbKlNfa9lopT6nGKlgX69R/uH35yh9AOsfasro6w0ECgYEA82UJ8u/+ORah+0sF\r\n"
68 "Q0FfW5MTdi7OAUHOz16pUsGlaEv0ERrjZxmAkHA/VRwpvDBpx4alCv0Hc39PFLIk\r\n"
69 "nhSsM2BEuBkTAs6/GaoNAiBtQVE/hN7awNRWVmlieS0go3Y3dzaE9IUMyj8sPOFT\r\n"
70 "5JdJ6BM69PHKCkY3dKdnnfpFEuECgYEA68mRpteunF1mdZgXs+WrN+uLlRrQR20F\r\n"
71 "ZyMYiUCH2Dtn26EzA2moy7FipIIrQcX/j+KhYNGM3e7MU4LymIO29E18mn8JODnH\r\n"
72 "sQOXzBTsf8A4yIVMkcuQD3bfb0JiUGYUPOidTp2N7IJA7+6Yc3vQOyb74lnKnJoO\r\n"
73 "gougPT2wS+cCgYAn7muzb6xFsXDhyW0Tm6YJYBfRS9yAWEuVufINobeBZPSl2cN1\r\n"
74 "Jrnw+HlrfTNbrJWuJmjtZJXUXQ6cVp2rUbjutNyRV4vG6iRwEXYQ40EJdkr1gZpi\r\n"
75 "CHQhuShuuPih2MNAy7EEbM+sXrDjTBR3bFqzuHPzu7dp+BshCFX3lRfAAQKBgGQt\r\n"
76 "K5i7IhCFDjb/+3IPLgOAK7mZvsvZ4eXD33TQ2eZgtut1PXtBtNl17/b85uv293Fm\r\n"
77 "VDISVcsk3eLNS8zIiT6afUoWlxAwXEs0v5WRfjl4radkGvgGiJpJYvyeM67877RB\r\n"
78 "EDSKc/X8ESLfOB44iGvZUEMG6zJFscx9DgN25iQZAoGAbyd+JEWwdVH9/K3IH1t2\r\n"
79 "PBkZX17kNWv+iVM1WyFjbe++vfKZCrOJiyiqhDeEqgrP3AuNMlaaduC3VRC3G5oV\r\n"
80 "Mj1tlhDWQ/qhvKdCKNdIVQYDE75nw+FRWV8yYkHAnXYW3tNoweDIwixE0hkPR1bc\r\n"
81 "oEjPLVNtx8SOj/M4rhaPT3I=\r\n" "-----END PRIVATE KEY-----\r\n";
Florin Coras371ca502018-02-21 12:07:41 -080082const u32 test_srv_key_rsa_len = sizeof (test_srv_key_rsa);
83
Florin Coras4829bab2018-09-14 13:17:41 -070084#define app_interface_check_thread_and_barrier(_fn, _arg) \
Florin Coras568ebc72018-09-18 16:12:50 -070085 if (PREDICT_FALSE (!vlib_thread_is_main_w_barrier ())) \
Florin Coras4829bab2018-09-14 13:17:41 -070086 { \
87 vlib_rpc_call_main_thread (_fn, (u8 *) _arg, sizeof(*_arg)); \
88 return 0; \
89 }
90
Dave Barach68b0fb02017-02-28 15:15:56 -050091static u8
Florin Corascea194d2017-10-02 00:18:51 -070092session_endpoint_is_local (session_endpoint_t * sep)
Dave Barach68b0fb02017-02-28 15:15:56 -050093{
Florin Corascea194d2017-10-02 00:18:51 -070094 return (ip_is_zero (&sep->ip, sep->is_ip4)
95 || ip_is_local_host (&sep->ip, sep->is_ip4));
Dave Barach68b0fb02017-02-28 15:15:56 -050096}
97
98static u8
Florin Corascea194d2017-10-02 00:18:51 -070099session_endpoint_is_zero (session_endpoint_t * sep)
Dave Barach68b0fb02017-02-28 15:15:56 -0500100{
Florin Corascea194d2017-10-02 00:18:51 -0700101 return ip_is_zero (&sep->ip, sep->is_ip4);
102}
Dave Barach68b0fb02017-02-28 15:15:56 -0500103
Florin Corascea194d2017-10-02 00:18:51 -0700104u8
105session_endpoint_in_ns (session_endpoint_t * sep)
106{
Florin Corase1b819e2018-03-15 07:45:27 -0700107 u8 is_lep = session_endpoint_is_local (sep);
108 if (!is_lep && sep->sw_if_index != ENDPOINT_INVALID_INDEX
Florin Corascea194d2017-10-02 00:18:51 -0700109 && !ip_interface_has_address (sep->sw_if_index, &sep->ip, sep->is_ip4))
Dave Barach68b0fb02017-02-28 15:15:56 -0500110 {
Florin Corascea194d2017-10-02 00:18:51 -0700111 clib_warning ("sw_if_index %u not configured with ip %U",
112 sep->sw_if_index, format_ip46_address, &sep->ip,
113 sep->is_ip4);
114 return 0;
Dave Barach68b0fb02017-02-28 15:15:56 -0500115 }
Florin Corase1b819e2018-03-15 07:45:27 -0700116 return (is_lep || ip_is_local (sep->fib_index, &sep->ip, sep->is_ip4));
Dave Barach68b0fb02017-02-28 15:15:56 -0500117}
118
119int
120api_parse_session_handle (u64 handle, u32 * session_index, u32 * thread_index)
121{
122 session_manager_main_t *smm = vnet_get_session_manager_main ();
123 stream_session_t *pool;
124
125 *thread_index = handle & 0xFFFFFFFF;
126 *session_index = handle >> 32;
127
Florin Coras5a7ca7b2018-10-30 12:01:48 -0700128 if (*thread_index >= vec_len (smm->wrk))
Dave Barach68b0fb02017-02-28 15:15:56 -0500129 return VNET_API_ERROR_INVALID_VALUE;
130
Florin Coras5a7ca7b2018-10-30 12:01:48 -0700131 pool = smm->wrk[*thread_index].sessions;
Dave Barach68b0fb02017-02-28 15:15:56 -0500132
133 if (pool_is_free_index (pool, *session_index))
134 return VNET_API_ERROR_INVALID_VALUE_2;
135
136 return 0;
137}
138
Florin Corascea194d2017-10-02 00:18:51 -0700139static void
Florin Coras5665ced2018-10-25 18:03:45 -0700140session_endpoint_update_for_app (session_endpoint_cfg_t * sep,
141 application_t * app, u8 is_connect)
Florin Corascea194d2017-10-02 00:18:51 -0700142{
143 app_namespace_t *app_ns;
Florin Coras5665ced2018-10-25 18:03:45 -0700144 u32 ns_index, fib_index;
Florin Corasda3eec12018-09-07 13:29:17 -0700145
146 ns_index = app->ns_index;
147
148 /* App is a transport proto, so fetch the calling app's ns */
149 if (app->flags & APP_OPTIONS_FLAGS_IS_TRANSPORT_APP)
150 {
151 app_worker_t *owner_wrk;
152 application_t *owner_app;
153
154 owner_wrk = app_worker_get (sep->app_wrk_index);
155 owner_app = application_get (owner_wrk->app_index);
156 ns_index = owner_app->ns_index;
157 }
158 app_ns = app_namespace_get (ns_index);
Florin Coras5665ced2018-10-25 18:03:45 -0700159 if (!app_ns)
160 return;
161
162 /* Ask transport and network to bind to/connect using local interface
163 * that "supports" app's namespace. This will fix our local connection
164 * endpoint.
165 */
166 fib_index = sep->is_ip4 ? app_ns->ip4_fib_index : app_ns->ip6_fib_index;
167 sep->peer.fib_index = fib_index;
168 sep->fib_index = fib_index;
169
170 if (!is_connect)
Florin Corascea194d2017-10-02 00:18:51 -0700171 {
Florin Corascea194d2017-10-02 00:18:51 -0700172 sep->sw_if_index = app_ns->sw_if_index;
Florin Coras5665ced2018-10-25 18:03:45 -0700173 }
174 else
175 {
176 if (app_ns->sw_if_index != APP_NAMESPACE_INVALID_INDEX
177 && sep->peer.sw_if_index != ENDPOINT_INVALID_INDEX
178 && sep->peer.sw_if_index != app_ns->sw_if_index)
179 clib_warning ("Local sw_if_index different from app ns sw_if_index");
180
181 sep->peer.sw_if_index = app_ns->sw_if_index;
Florin Corascea194d2017-10-02 00:18:51 -0700182 }
183}
184
Florin Corasab2f6db2018-08-31 14:31:41 -0700185static inline int
186vnet_bind_inline (vnet_bind_args_t * a)
Dave Barach68b0fb02017-02-28 15:15:56 -0500187{
Florin Corasab2f6db2018-08-31 14:31:41 -0700188 u64 ll_handle = SESSION_INVALID_HANDLE;
Florin Coras15531972018-08-12 23:50:53 -0700189 app_worker_t *app_wrk;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700190 application_t *app;
Florin Coras5fda7a32018-02-14 08:04:31 -0800191 int rv;
Dave Barach68b0fb02017-02-28 15:15:56 -0500192
Florin Coras15531972018-08-12 23:50:53 -0700193 app = application_get_if_valid (a->app_index);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700194 if (!app)
195 {
Florin Corascea194d2017-10-02 00:18:51 -0700196 SESSION_DBG ("app not attached");
Florin Coras6cf30ad2017-04-04 23:08:23 -0700197 return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
198 }
Florin Coras15531972018-08-12 23:50:53 -0700199 app_wrk = application_get_worker (app, a->wrk_map_index);
Florin Corasab2f6db2018-08-31 14:31:41 -0700200 a->sep_ext.app_wrk_index = app_wrk->wrk_index;
Dave Barach68b0fb02017-02-28 15:15:56 -0500201
Florin Coras5665ced2018-10-25 18:03:45 -0700202 session_endpoint_update_for_app (&a->sep_ext, app, 0 /* is_connect */ );
Florin Coras15531972018-08-12 23:50:53 -0700203 if (!session_endpoint_in_ns (&a->sep))
Dave Barach68b0fb02017-02-28 15:15:56 -0500204 return VNET_API_ERROR_INVALID_VALUE_2;
205
Florin Corascea194d2017-10-02 00:18:51 -0700206 /*
207 * Add session endpoint to local session table. Only binds to "inaddr_any"
208 * (i.e., zero address) are added to local scope table.
209 */
Florin Coras15531972018-08-12 23:50:53 -0700210 if (application_has_local_scope (app)
211 && session_endpoint_is_local (&a->sep))
Florin Corascea194d2017-10-02 00:18:51 -0700212 {
Florin Corasab2f6db2018-08-31 14:31:41 -0700213 if ((rv = application_start_local_listen (app, &a->sep_ext,
214 &a->handle)))
Florin Corasf8f516a2018-02-08 15:10:09 -0800215 return rv;
Florin Coras15531972018-08-12 23:50:53 -0700216 ll_handle = a->handle;
Florin Corascea194d2017-10-02 00:18:51 -0700217 }
218
219 if (!application_has_global_scope (app))
Florin Coras5fda7a32018-02-14 08:04:31 -0800220 return (ll_handle == SESSION_INVALID_HANDLE ? -1 : 0);
Florin Corascea194d2017-10-02 00:18:51 -0700221
222 /*
223 * Add session endpoint to global session table
224 */
225
Florin Coras6cf30ad2017-04-04 23:08:23 -0700226 /* Setup listen path down to transport */
Florin Corasab2f6db2018-08-31 14:31:41 -0700227 rv = application_start_listen (app, &a->sep_ext, &a->handle);
Florin Coras5fda7a32018-02-14 08:04:31 -0800228 if (rv && ll_handle != SESSION_INVALID_HANDLE)
Florin Corasab2f6db2018-08-31 14:31:41 -0700229 {
230 application_stop_local_listen (a->app_index, a->wrk_map_index,
231 ll_handle);
232 return rv;
233 }
Florin Coras5fda7a32018-02-14 08:04:31 -0800234
235 /*
236 * Store in local table listener the index of the transport layer
Florin Corasab2f6db2018-08-31 14:31:41 -0700237 * listener. We'll need if if local listeners are hit and we need to
Florin Coras5fda7a32018-02-14 08:04:31 -0800238 * return global handle
239 */
240 if (ll_handle != SESSION_INVALID_HANDLE)
241 {
242 local_session_t *ll;
243 stream_session_t *tl;
244 ll = application_get_local_listener_w_handle (ll_handle);
Florin Coras15531972018-08-12 23:50:53 -0700245 tl = listen_session_get_from_handle (a->handle);
Florin Corasab2f6db2018-08-31 14:31:41 -0700246 if (ll->transport_listener_index == ~0)
247 ll->transport_listener_index = tl->session_index;
Florin Coras5fda7a32018-02-14 08:04:31 -0800248 }
Florin Corascea194d2017-10-02 00:18:51 -0700249 return rv;
Dave Barach68b0fb02017-02-28 15:15:56 -0500250}
251
Florin Corasab2f6db2018-08-31 14:31:41 -0700252static inline int
253vnet_unbind_inline (vnet_unbind_args_t * a)
Florin Coras6cf30ad2017-04-04 23:08:23 -0700254{
Florin Corasf8f516a2018-02-08 15:10:09 -0800255 application_t *app;
256 int rv;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700257
Florin Corasab2f6db2018-08-31 14:31:41 -0700258 if (!(app = application_get_if_valid (a->app_index)))
Florin Coras6cf30ad2017-04-04 23:08:23 -0700259 {
Florin Coras15531972018-08-12 23:50:53 -0700260 SESSION_DBG ("app (%d) not attached", wrk_map_index);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700261 return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
262 }
263
Florin Corascea194d2017-10-02 00:18:51 -0700264 if (application_has_local_scope (app))
265 {
Florin Corasab2f6db2018-08-31 14:31:41 -0700266 if ((rv = application_stop_local_listen (a->app_index,
267 a->wrk_map_index, a->handle)))
Florin Corasf8f516a2018-02-08 15:10:09 -0800268 return rv;
Florin Corascea194d2017-10-02 00:18:51 -0700269 }
270
271 /*
272 * Clear the global scope table of the listener
273 */
274 if (application_has_global_scope (app))
Florin Corasab2f6db2018-08-31 14:31:41 -0700275 return application_stop_listen (a->app_index, a->wrk_map_index,
276 a->handle);
Florin Corascea194d2017-10-02 00:18:51 -0700277 return 0;
278}
279
Florin Coras15531972018-08-12 23:50:53 -0700280static int
281application_connect (vnet_connect_args_t * a)
Dave Barach68b0fb02017-02-28 15:15:56 -0500282{
Florin Coras15531972018-08-12 23:50:53 -0700283 app_worker_t *server_wrk, *client_wrk;
Florin Corasf8f516a2018-02-08 15:10:09 -0800284 u32 table_index, server_index, li;
Florin Coras3cbc04b2017-10-02 00:18:51 -0700285 stream_session_t *listener;
Florin Corasab2f6db2018-08-31 14:31:41 -0700286 application_t *client, *server;
Florin Corasf8f516a2018-02-08 15:10:09 -0800287 local_session_t *ll;
Florin Coras15531972018-08-12 23:50:53 -0700288 u8 fib_proto;
Florin Corasf8f516a2018-02-08 15:10:09 -0800289 u64 lh;
Florin Corascea194d2017-10-02 00:18:51 -0700290
Florin Coras15531972018-08-12 23:50:53 -0700291 if (session_endpoint_is_zero (&a->sep))
Florin Corascea194d2017-10-02 00:18:51 -0700292 return VNET_API_ERROR_INVALID_VALUE;
293
Florin Coras15531972018-08-12 23:50:53 -0700294 client = application_get (a->app_index);
Florin Coras5665ced2018-10-25 18:03:45 -0700295 session_endpoint_update_for_app (&a->sep_ext, client, 1 /* is_connect */ );
Florin Coras15531972018-08-12 23:50:53 -0700296 client_wrk = application_get_worker (client, a->wrk_map_index);
Dave Barach68b0fb02017-02-28 15:15:56 -0500297
298 /*
Florin Corasf8f516a2018-02-08 15:10:09 -0800299 * First check the local scope for locally attached destinations.
Florin Corascea194d2017-10-02 00:18:51 -0700300 * If we have local scope, we pass *all* connects through it since we may
301 * have special policy rules even for non-local destinations, think proxy.
Dave Barach68b0fb02017-02-28 15:15:56 -0500302 */
Florin Corasf8f516a2018-02-08 15:10:09 -0800303 if (application_has_local_scope (client))
Dave Barach68b0fb02017-02-28 15:15:56 -0500304 {
Florin Corasf8f516a2018-02-08 15:10:09 -0800305 table_index = application_local_session_table (client);
Florin Coras15531972018-08-12 23:50:53 -0700306 lh = session_lookup_local_endpoint (table_index, &a->sep);
Florin Corasf8f516a2018-02-08 15:10:09 -0800307 if (lh == SESSION_DROP_HANDLE)
Florin Corasa2ff7b82017-11-08 17:55:03 -0800308 return VNET_API_ERROR_APP_CONNECT_FILTERED;
Florin Coras7999e832017-10-31 01:51:04 -0700309
Florin Coras5fda7a32018-02-14 08:04:31 -0800310 if (lh == SESSION_INVALID_HANDLE)
311 goto global_scope;
312
Florin Corasf8f516a2018-02-08 15:10:09 -0800313 local_session_parse_handle (lh, &server_index, &li);
314
Dave Barach68b0fb02017-02-28 15:15:56 -0500315 /*
Florin Coras7999e832017-10-31 01:51:04 -0700316 * Break loop if rule in local table points to connecting app. This
317 * can happen if client is a generic proxy. Route connect through
318 * global table instead.
Dave Barach68b0fb02017-02-28 15:15:56 -0500319 */
Florin Coras15531972018-08-12 23:50:53 -0700320 if (server_index != a->app_index)
Florin Coras7999e832017-10-31 01:51:04 -0700321 {
Florin Corasab2f6db2018-08-31 14:31:41 -0700322 server = application_get (server_index);
323 ll = application_get_local_listen_session (server, li);
324 listener = (stream_session_t *) ll;
325 server_wrk = application_listener_select_worker (listener,
326 1 /* is_local */ );
Florin Coras15531972018-08-12 23:50:53 -0700327 return application_local_session_connect (client_wrk,
328 server_wrk, ll,
329 a->api_context);
Florin Coras7999e832017-10-31 01:51:04 -0700330 }
Dave Barach68b0fb02017-02-28 15:15:56 -0500331 }
332
Dave Barach68b0fb02017-02-28 15:15:56 -0500333 /*
Florin Corascea194d2017-10-02 00:18:51 -0700334 * If nothing found, check the global scope for locally attached
335 * destinations. Make sure first that we're allowed to.
Dave Barach68b0fb02017-02-28 15:15:56 -0500336 */
Florin Coras5fda7a32018-02-14 08:04:31 -0800337
338global_scope:
Florin Coras15531972018-08-12 23:50:53 -0700339 if (session_endpoint_is_local (&a->sep))
Florin Corascea194d2017-10-02 00:18:51 -0700340 return VNET_API_ERROR_SESSION_CONNECT;
341
Florin Corasf8f516a2018-02-08 15:10:09 -0800342 if (!application_has_global_scope (client))
Florin Corascea194d2017-10-02 00:18:51 -0700343 return VNET_API_ERROR_APP_CONNECT_SCOPE;
344
Florin Coras15531972018-08-12 23:50:53 -0700345 fib_proto = session_endpoint_fib_proto (&a->sep);
346 table_index = application_session_table (client, fib_proto);
347 listener = session_lookup_listener (table_index, &a->sep);
Florin Coras3cbc04b2017-10-02 00:18:51 -0700348 if (listener)
349 {
Florin Corasab2f6db2018-08-31 14:31:41 -0700350 server_wrk = application_listener_select_worker (listener,
351 0 /* is_local */ );
352 ll = (local_session_t *) listener;
353 return application_local_session_connect (client_wrk, server_wrk, ll,
354 a->api_context);
Florin Coras3cbc04b2017-10-02 00:18:51 -0700355 }
Florin Corascea194d2017-10-02 00:18:51 -0700356
357 /*
358 * Not connecting to a local server, propagate to transport
359 */
Florin Coras15531972018-08-12 23:50:53 -0700360 if (app_worker_open_session (client_wrk, &a->sep, a->api_context))
Florin Corascea194d2017-10-02 00:18:51 -0700361 return VNET_API_ERROR_SESSION_CONNECT;
362 return 0;
Dave Barach68b0fb02017-02-28 15:15:56 -0500363}
364
365/**
366 * unformat a vnet URI
367 *
Florin Coras8f89dd02018-03-05 16:53:07 -0800368 * transport-proto://[hostname]ip46-addr:port
369 * eg. tcp://ip46-addr:port
370 * tls://[testtsl.fd.io]ip46-addr:port
Dave Barach68b0fb02017-02-28 15:15:56 -0500371 *
372 * u8 ip46_address[16];
373 * u16 port_in_host_byte_order;
374 * stream_session_type_t sst;
375 * u8 *fifo_name;
376 *
377 * if (unformat (input, "%U", unformat_vnet_uri, &ip46_address,
378 * &sst, &port, &fifo_name))
379 * etc...
380 *
381 */
382uword
383unformat_vnet_uri (unformat_input_t * input, va_list * args)
384{
Florin Coras5665ced2018-10-25 18:03:45 -0700385 session_endpoint_cfg_t *sep = va_arg (*args, session_endpoint_cfg_t *);
Florin Coras371ca502018-02-21 12:07:41 -0800386 u32 transport_proto = 0, port;
387
Florin Coras8f89dd02018-03-05 16:53:07 -0800388 if (unformat (input, "%U://%U/%d", unformat_transport_proto,
389 &transport_proto, unformat_ip4_address, &sep->ip.ip4, &port))
390 {
391 sep->transport_proto = transport_proto;
392 sep->port = clib_host_to_net_u16 (port);
393 sep->is_ip4 = 1;
394 return 1;
395 }
396 else if (unformat (input, "%U://[%s]%U/%d", unformat_transport_proto,
397 &transport_proto, &sep->hostname, unformat_ip4_address,
398 &sep->ip.ip4, &port))
Dave Barach68b0fb02017-02-28 15:15:56 -0500399 {
Florin Coras4399c2e2018-01-25 06:34:42 -0800400 sep->transport_proto = transport_proto;
Florin Coras371ca502018-02-21 12:07:41 -0800401 sep->port = clib_host_to_net_u16 (port);
Florin Corascea194d2017-10-02 00:18:51 -0700402 sep->is_ip4 = 1;
Dave Barach68b0fb02017-02-28 15:15:56 -0500403 return 1;
404 }
Florin Coras371ca502018-02-21 12:07:41 -0800405 else if (unformat (input, "%U://%U/%d", unformat_transport_proto,
406 &transport_proto, unformat_ip6_address, &sep->ip.ip6,
407 &port))
Dave Barach68b0fb02017-02-28 15:15:56 -0500408 {
Florin Coras4399c2e2018-01-25 06:34:42 -0800409 sep->transport_proto = transport_proto;
Florin Coras371ca502018-02-21 12:07:41 -0800410 sep->port = clib_host_to_net_u16 (port);
Marco Varlese191a5942017-10-30 18:17:21 +0100411 sep->is_ip4 = 0;
412 return 1;
413 }
Florin Coras8f89dd02018-03-05 16:53:07 -0800414 else if (unformat (input, "%U://[%s]%U/%d", unformat_transport_proto,
415 &transport_proto, &sep->hostname, unformat_ip6_address,
416 &sep->ip.ip6, &port))
417 {
418 sep->transport_proto = transport_proto;
419 sep->port = clib_host_to_net_u16 (port);
420 sep->is_ip4 = 0;
421 return 1;
422 }
Dave Barach68b0fb02017-02-28 15:15:56 -0500423 return 0;
424}
425
Dave Barachb7f1faa2017-08-29 11:43:37 -0400426static u8 *cache_uri;
Florin Coras5665ced2018-10-25 18:03:45 -0700427static session_endpoint_cfg_t *cache_sep;
Dave Barachb7f1faa2017-08-29 11:43:37 -0400428
Dave Barach68b0fb02017-02-28 15:15:56 -0500429int
Florin Coras5665ced2018-10-25 18:03:45 -0700430parse_uri (char *uri, session_endpoint_cfg_t * sep)
Dave Barach68b0fb02017-02-28 15:15:56 -0500431{
432 unformat_input_t _input, *input = &_input;
433
Dave Barachb7f1faa2017-08-29 11:43:37 -0400434 if (cache_uri && !strncmp (uri, (char *) cache_uri, vec_len (cache_uri)))
435 {
Florin Corascea194d2017-10-02 00:18:51 -0700436 *sep = *cache_sep;
Dave Barachb7f1faa2017-08-29 11:43:37 -0400437 return 0;
438 }
439
Dave Barach68b0fb02017-02-28 15:15:56 -0500440 /* Make sure */
441 uri = (char *) format (0, "%s%c", uri, 0);
442
443 /* Parse uri */
444 unformat_init_string (input, uri, strlen (uri));
Florin Corascea194d2017-10-02 00:18:51 -0700445 if (!unformat (input, "%U", unformat_vnet_uri, sep))
Dave Barach68b0fb02017-02-28 15:15:56 -0500446 {
447 unformat_free (input);
448 return VNET_API_ERROR_INVALID_VALUE;
449 }
450 unformat_free (input);
451
Dave Barachb7f1faa2017-08-29 11:43:37 -0400452 vec_free (cache_uri);
453 cache_uri = (u8 *) uri;
Florin Corascea194d2017-10-02 00:18:51 -0700454 if (cache_sep)
455 clib_mem_free (cache_sep);
456 cache_sep = clib_mem_alloc (sizeof (*sep));
457 *cache_sep = *sep;
Dave Barachb7f1faa2017-08-29 11:43:37 -0400458
Dave Barach68b0fb02017-02-28 15:15:56 -0500459 return 0;
460}
461
Florin Corascea194d2017-10-02 00:18:51 -0700462static int
Florin Coras15531972018-08-12 23:50:53 -0700463app_validate_namespace (u8 * namespace_id, u64 secret, u32 * app_ns_index)
Florin Corascea194d2017-10-02 00:18:51 -0700464{
465 app_namespace_t *app_ns;
466 if (vec_len (namespace_id) == 0)
467 {
468 /* Use default namespace */
469 *app_ns_index = 0;
470 return 0;
471 }
472
473 *app_ns_index = app_namespace_index_from_id (namespace_id);
474 if (*app_ns_index == APP_NAMESPACE_INVALID_INDEX)
475 return VNET_API_ERROR_APP_INVALID_NS;
476 app_ns = app_namespace_get (*app_ns_index);
477 if (!app_ns)
478 return VNET_API_ERROR_APP_INVALID_NS;
479 if (app_ns->ns_secret != secret)
480 return VNET_API_ERROR_APP_WRONG_NS_SECRET;
481 return 0;
482}
483
Florin Coras6cf30ad2017-04-04 23:08:23 -0700484/**
Florin Corascea194d2017-10-02 00:18:51 -0700485 * Attach application to vpp
Florin Coras6cf30ad2017-04-04 23:08:23 -0700486 *
487 * Allocates a vpp app, i.e., a structure that keeps back pointers
488 * to external app and a segment manager for shared memory fifo based
489 * communication with the external app.
490 */
Florin Corascea194d2017-10-02 00:18:51 -0700491clib_error_t *
Florin Coras6cf30ad2017-04-04 23:08:23 -0700492vnet_application_attach (vnet_app_attach_args_t * a)
Dave Barach68b0fb02017-02-28 15:15:56 -0500493{
Florin Corasb384b542018-01-15 01:08:33 -0800494 svm_fifo_segment_private_t *fs;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700495 application_t *app = 0;
Florin Coras15531972018-08-12 23:50:53 -0700496 app_worker_t *app_wrk;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700497 segment_manager_t *sm;
Florin Corascea194d2017-10-02 00:18:51 -0700498 u32 app_ns_index = 0;
Florin Corasc1f5a432018-11-20 11:31:26 -0800499 u8 *app_name = 0;
Florin Corasb384b542018-01-15 01:08:33 -0800500 u64 secret;
Dave Barach68b0fb02017-02-28 15:15:56 -0500501 int rv;
502
Florin Coras0bee9ce2018-03-22 21:24:31 -0700503 if (a->api_client_index != APP_INVALID_INDEX)
Florin Corasc1f5a432018-11-20 11:31:26 -0800504 {
505 app = application_lookup (a->api_client_index);
506 if (!app)
507 {
508 vl_api_registration_t *regp;
509 regp = vl_api_client_index_to_registration (a->api_client_index);
510 app_name = format (0, "%s%c", regp->name, 0);
511 a->name = app_name;
512 }
513 }
Florin Coras0bee9ce2018-03-22 21:24:31 -0700514 else if (a->name)
515 app = application_lookup_name (a->name);
516 else
517 return clib_error_return_code (0, VNET_API_ERROR_INVALID_VALUE, 0,
518 "api index or name must be provided");
519
Florin Corascea194d2017-10-02 00:18:51 -0700520 if (app)
Florin Coras0bee9ce2018-03-22 21:24:31 -0700521 return clib_error_return_code (0, VNET_API_ERROR_APP_ALREADY_ATTACHED, 0,
522 "app already attached");
Florin Corascea194d2017-10-02 00:18:51 -0700523
524 secret = a->options[APP_OPTIONS_NAMESPACE_SECRET];
Florin Coras15531972018-08-12 23:50:53 -0700525 if ((rv = app_validate_namespace (a->namespace_id, secret, &app_ns_index)))
Florin Corascea194d2017-10-02 00:18:51 -0700526 return clib_error_return_code (0, rv, 0, "namespace validation: %d", rv);
527 a->options[APP_OPTIONS_NAMESPACE] = app_ns_index;
Florin Coras15531972018-08-12 23:50:53 -0700528
529 if ((rv = application_alloc_and_init ((app_init_args_t *) a)))
Florin Corascea194d2017-10-02 00:18:51 -0700530 return clib_error_return_code (0, rv, 0, "app init: %d", rv);
Dave Barach68b0fb02017-02-28 15:15:56 -0500531
Florin Coras15531972018-08-12 23:50:53 -0700532 app = application_get (a->app_index);
533 if ((rv = app_worker_alloc_and_init (app, &app_wrk)))
534 return clib_error_return_code (0, rv, 0, "app default wrk init: %d", rv);
535
536 a->app_evt_q = app_wrk->event_queue;
Florin Corasc1f5a432018-11-20 11:31:26 -0800537 app_wrk->api_client_index = a->api_client_index;
Florin Coras15531972018-08-12 23:50:53 -0700538 sm = segment_manager_get (app_wrk->first_segment_manager);
Florin Corasa332c462018-01-31 06:52:17 -0800539 fs = segment_manager_get_segment_w_lock (sm, 0);
Dave Barach68b0fb02017-02-28 15:15:56 -0500540
Florin Coras7999e832017-10-31 01:51:04 -0700541 if (application_is_proxy (app))
542 application_setup_proxy (app);
543
Florin Corasb384b542018-01-15 01:08:33 -0800544 ASSERT (vec_len (fs->ssvm.name) <= 128);
545 a->segment = &fs->ssvm;
Florin Corasb384b542018-01-15 01:08:33 -0800546
Florin Corasa332c462018-01-31 06:52:17 -0800547 segment_manager_segment_reader_unlock (sm);
Florin Corasc1f5a432018-11-20 11:31:26 -0800548 vec_free (app_name);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700549 return 0;
550}
551
Florin Corascea194d2017-10-02 00:18:51 -0700552/**
553 * Detach application from vpp
554 */
Florin Coras6cf30ad2017-04-04 23:08:23 -0700555int
556vnet_application_detach (vnet_app_detach_args_t * a)
557{
558 application_t *app;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700559
Florin Coras4829bab2018-09-14 13:17:41 -0700560 app = application_get_if_valid (a->app_index);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700561 if (!app)
562 {
563 clib_warning ("app not attached");
564 return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
565 }
566
Florin Coras4829bab2018-09-14 13:17:41 -0700567 app_interface_check_thread_and_barrier (vnet_application_detach, a);
Florin Coras053a0e42018-11-13 15:52:38 -0800568 application_detach_process (app, a->api_client_index);
Dave Barach68b0fb02017-02-28 15:15:56 -0500569 return 0;
570}
571
Dave Barach68b0fb02017-02-28 15:15:56 -0500572int
Florin Coras6cf30ad2017-04-04 23:08:23 -0700573vnet_bind_uri (vnet_bind_args_t * a)
Dave Barach68b0fb02017-02-28 15:15:56 -0500574{
Florin Coras5665ced2018-10-25 18:03:45 -0700575 session_endpoint_cfg_t sep = SESSION_ENDPOINT_CFG_NULL;
Dave Barach68b0fb02017-02-28 15:15:56 -0500576 int rv;
577
Florin Corascea194d2017-10-02 00:18:51 -0700578 rv = parse_uri (a->uri, &sep);
Dave Barach68b0fb02017-02-28 15:15:56 -0500579 if (rv)
580 return rv;
Florin Coras41c9e042018-09-11 00:10:41 -0700581 sep.app_wrk_index = 0;
Florin Corasc3638fe2018-08-24 13:58:49 -0700582 clib_memcpy (&a->sep_ext, &sep, sizeof (sep));
Florin Corasab2f6db2018-08-31 14:31:41 -0700583 return vnet_bind_inline (a);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700584}
585
586int
587vnet_unbind_uri (vnet_unbind_args_t * a)
588{
Florin Coras5665ced2018-10-25 18:03:45 -0700589 session_endpoint_cfg_t sep = SESSION_ENDPOINT_CFG_NULL;
Florin Coras371ca502018-02-21 12:07:41 -0800590 stream_session_t *listener;
Florin Coras36ec1f52018-05-29 21:15:38 -0700591 u32 table_index;
Florin Coras6cf30ad2017-04-04 23:08:23 -0700592 int rv;
593
Florin Corascea194d2017-10-02 00:18:51 -0700594 rv = parse_uri (a->uri, &sep);
Florin Coras6cf30ad2017-04-04 23:08:23 -0700595 if (rv)
596 return rv;
597
Florin Coras36ec1f52018-05-29 21:15:38 -0700598 /* NOTE: only default fib tables supported for uri apis */
599 table_index = session_lookup_get_index_for_fib (fib_ip_proto (!sep.is_ip4),
600 0);
601 listener = session_lookup_listener (table_index,
602 (session_endpoint_t *) & sep);
Dave Barach68b0fb02017-02-28 15:15:56 -0500603 if (!listener)
604 return VNET_API_ERROR_ADDRESS_NOT_IN_USE;
Florin Corasab2f6db2018-08-31 14:31:41 -0700605 a->handle = listen_session_get_handle (listener);
606 return vnet_unbind_inline (a);
Dave Barach68b0fb02017-02-28 15:15:56 -0500607}
608
Florin Corascea194d2017-10-02 00:18:51 -0700609clib_error_t *
Dave Barach68b0fb02017-02-28 15:15:56 -0500610vnet_connect_uri (vnet_connect_args_t * a)
611{
Florin Coras5665ced2018-10-25 18:03:45 -0700612 session_endpoint_cfg_t sep = SESSION_ENDPOINT_CFG_NULL;
Dave Barach68b0fb02017-02-28 15:15:56 -0500613 int rv;
614
Dave Barach68b0fb02017-02-28 15:15:56 -0500615 /* Parse uri */
Florin Coras371ca502018-02-21 12:07:41 -0800616 rv = parse_uri (a->uri, &sep);
Dave Barach68b0fb02017-02-28 15:15:56 -0500617 if (rv)
Florin Corascea194d2017-10-02 00:18:51 -0700618 return clib_error_return_code (0, rv, 0, "app init: %d", rv);
Florin Coras371ca502018-02-21 12:07:41 -0800619
Florin Corasc3638fe2018-08-24 13:58:49 -0700620 clib_memcpy (&a->sep_ext, &sep, sizeof (sep));
Florin Coras15531972018-08-12 23:50:53 -0700621 if ((rv = application_connect (a)))
Florin Corascea194d2017-10-02 00:18:51 -0700622 return clib_error_return_code (0, rv, 0, "connect failed");
623 return 0;
Dave Barach68b0fb02017-02-28 15:15:56 -0500624}
625
626int
Florin Coras6cf30ad2017-04-04 23:08:23 -0700627vnet_disconnect_session (vnet_disconnect_args_t * a)
Dave Barach68b0fb02017-02-28 15:15:56 -0500628{
Florin Corasf8f516a2018-02-08 15:10:09 -0800629 if (session_handle_is_local (a->handle))
630 {
631 local_session_t *ls;
Florin Coras99368312018-08-02 10:45:44 -0700632
633 /* Disconnect reply came to worker 1 not main thread */
Florin Coras4829bab2018-09-14 13:17:41 -0700634 app_interface_check_thread_and_barrier (vnet_disconnect_session, a);
Florin Coras99368312018-08-02 10:45:44 -0700635
636 if (!(ls = application_get_local_session_from_handle (a->handle)))
637 return 0;
638
Florin Corasf8f516a2018-02-08 15:10:09 -0800639 return application_local_session_disconnect (a->app_index, ls);
640 }
641 else
642 {
Florin Coras21795132018-09-09 09:40:51 -0700643 app_worker_t *app_wrk;
Florin Corasf8f516a2018-02-08 15:10:09 -0800644 stream_session_t *s;
Florin Coras21795132018-09-09 09:40:51 -0700645
Florin Corasf8f516a2018-02-08 15:10:09 -0800646 s = session_get_from_handle_if_valid (a->handle);
Florin Coras21795132018-09-09 09:40:51 -0700647 if (!s)
648 return VNET_API_ERROR_INVALID_VALUE;
649 app_wrk = app_worker_get (s->app_wrk_index);
650 if (app_wrk->app_index != a->app_index)
Florin Corasf8f516a2018-02-08 15:10:09 -0800651 return VNET_API_ERROR_INVALID_VALUE;
Dave Barach68b0fb02017-02-28 15:15:56 -0500652
Florin Corasf8f516a2018-02-08 15:10:09 -0800653 /* We're peeking into another's thread pool. Make sure */
654 ASSERT (s->session_index == session_index_from_handle (a->handle));
Dave Barach68b0fb02017-02-28 15:15:56 -0500655
Florin Corasf8f516a2018-02-08 15:10:09 -0800656 stream_session_disconnect (s);
657 }
Dave Barach68b0fb02017-02-28 15:15:56 -0500658 return 0;
659}
660
Florin Corascea194d2017-10-02 00:18:51 -0700661clib_error_t *
Dave Barach68b0fb02017-02-28 15:15:56 -0500662vnet_bind (vnet_bind_args_t * a)
663{
Dave Barach68b0fb02017-02-28 15:15:56 -0500664 int rv;
Florin Corasab2f6db2018-08-31 14:31:41 -0700665 if ((rv = vnet_bind_inline (a)))
Florin Coras54693d22018-07-17 10:46:29 -0700666 return clib_error_return_code (0, rv, 0, "bind failed: %d", rv);
Dave Barach68b0fb02017-02-28 15:15:56 -0500667 return 0;
668}
669
Florin Corascea194d2017-10-02 00:18:51 -0700670clib_error_t *
Dave Barach68b0fb02017-02-28 15:15:56 -0500671vnet_unbind (vnet_unbind_args_t * a)
672{
Florin Corascea194d2017-10-02 00:18:51 -0700673 int rv;
Florin Corasab2f6db2018-08-31 14:31:41 -0700674 if ((rv = vnet_unbind_inline (a)))
Florin Coras54693d22018-07-17 10:46:29 -0700675 return clib_error_return_code (0, rv, 0, "unbind failed: %d", rv);
Florin Corascea194d2017-10-02 00:18:51 -0700676 return 0;
Dave Barach68b0fb02017-02-28 15:15:56 -0500677}
678
Florin Corascea194d2017-10-02 00:18:51 -0700679clib_error_t *
Dave Barach68b0fb02017-02-28 15:15:56 -0500680vnet_connect (vnet_connect_args_t * a)
681{
Florin Corascea194d2017-10-02 00:18:51 -0700682 int rv;
Florin Coras371ca502018-02-21 12:07:41 -0800683
Florin Coras15531972018-08-12 23:50:53 -0700684 if ((rv = application_connect (a)))
Florin Coras54693d22018-07-17 10:46:29 -0700685 return clib_error_return_code (0, rv, 0, "connect failed: %d", rv);
Florin Corascea194d2017-10-02 00:18:51 -0700686 return 0;
Dave Barach68b0fb02017-02-28 15:15:56 -0500687}
688
Dave Barach68b0fb02017-02-28 15:15:56 -0500689/*
690 * fd.io coding-style-patch-verification: ON
691 *
692 * Local Variables:
693 * eval: (c-set-style "gnu")
694 * End:
695 */