From 45ec9f49bc7ee0bd3ac4f2a07ecb1d0b9280c036 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 6 Nov 2019 14:47:40 +0100 Subject: session: ckpair store & crypto engine as mq params Type: feature This patch adds the logic to pass to connect & listen msg in the mq the following parameters * ckpair index * crypto engine (for now only used in quic) Change-Id: I7213d8b581cb4532a9a6b18c4b3fe021287b7733 Signed-off-by: Nathan Skrzypczak --- src/vnet/api_errno.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vnet/api_errno.h') diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index a3451421c50..2fbedf2eed6 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -151,7 +151,8 @@ _(RSRC_IN_USE, -155, "Resource In Use") \ _(KEY_LENGTH, -156, "invalid Key Length") \ _(FIB_PATH_UNSUPPORTED_NH_PROTO, -157, "Unsupported FIB Path protocol") \ _(API_ENDIAN_FAILED, -159, "Endian mismatch detected") \ -_(NO_CHANGE, -160, "No change in table") +_(NO_CHANGE, -160, "No change in table") \ +_(MISSING_CERT_KEY, -161, "Missing certifcate or key") typedef enum { -- cgit 1.2.3-korg