summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorYu Ping <ping.yu@intel.com>2020-01-15 06:24:44 +0800
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-08-12 15:59:46 +0000
commitdfa1eeb158a5e78c55d4366e7b1b6a49e46b5674 (patch)
treeab4a31e3185deeae942a5d5c80eb629ec5b94888 /src/plugins
parente77501695957f838b115572106d768f58cb11433 (diff)
tls: enable async node on demand
Type: fix Change-Id: Iab7c65614c94497e8ec5a96624be72c1a139e486 Signed-off-by: Yu Ping <ping.yu@intel.com> (cherry picked from commit d63b356bdf29fbb80f810d341dcaf8f5f92121c1)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/tlsopenssl/tls_async.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/tlsopenssl/tls_async.c b/src/plugins/tlsopenssl/tls_async.c
index ade073c66bc..572dcf83430 100644
--- a/src/plugins/tlsopenssl/tls_async.c
+++ b/src/plugins/tlsopenssl/tls_async.c
@@ -117,8 +117,6 @@ evt_pool_init (vlib_main_t * vm)
}
om->polling = NULL;
- openssl_async_node_enable_disable (0);
-
return;
}
@@ -521,9 +519,9 @@ VLIB_REGISTER_NODE (tls_async_process_node,static) = {
.function = tls_async_process,
.type = VLIB_NODE_TYPE_INPUT,
.name = "tls-async-process",
+ .state = VLIB_NODE_STATE_DISABLED,
};
-
/* *INDENT-ON* */
/*