X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Fsession%2Fsession_types.h;h=c8b1d2eb0014e7665e86bf62389368da48d07d98;hb=refs%2Fchanges%2F94%2F32094%2F5;hp=148f100f5125afa73ebec84346755c73f9d2237b;hpb=4ac258497303c1cbca539e04ef5f732eed24a5c4;p=vpp.git diff --git a/src/vnet/session/session_types.h b/src/vnet/session/session_types.h index 148f100f512..c8b1d2eb001 100644 --- a/src/vnet/session/session_types.h +++ b/src/vnet/session/session_types.h @@ -44,10 +44,7 @@ typedef struct _session_endpoint_cfg u32 opaque; u32 ns_index; u8 original_tp; - u8 *hostname; u64 parent_handle; - u32 ckpair_index; - u8 crypto_engine; u8 flags; transport_endpt_ext_cfg_t *ext_cfg; } session_endpoint_cfg_t; @@ -83,8 +80,8 @@ typedef struct _session_endpoint_cfg .fib_index = ENDPOINT_INVALID_INDEX, .is_ip4 = 0, .port = 0, \ .peer = TRANSPORT_ENDPOINT_NULL, .transport_proto = 0, \ .app_wrk_index = ENDPOINT_INVALID_INDEX, \ - .opaque = ENDPOINT_INVALID_INDEX, .hostname = 0, \ - .parent_handle = SESSION_INVALID_HANDLE, .ckpair_index = 0, .ext_cfg = 0, \ + .opaque = ENDPOINT_INVALID_INDEX, \ + .parent_handle = SESSION_INVALID_HANDLE, .ext_cfg = 0, \ } #define session_endpoint_to_transport(_sep) ((transport_endpoint_t *)_sep) @@ -478,7 +475,10 @@ STATIC_ASSERT (sizeof (session_dgram_hdr_t) == (SESSION_CONN_ID_LEN + 8), _ (BAPI_NO_REG, "app bapi registration not found") \ _ (MQ_MSG_ALLOC, "failed to alloc mq msg") \ _ (TLS_HANDSHAKE, "failed tls handshake") \ - _ (EVENTFD_ALLOC, "failed to alloc eventfd") + _ (EVENTFD_ALLOC, "failed to alloc eventfd") \ + _ (NOEXTCFG, "no extended transport config") \ + _ (NOCRYPTOENG, "no crypto engine") \ + _ (NOCRYPTOCKP, "cert key pair not found ") typedef enum session_error_p_ {