diff options
| author | 崔一鸣 <[email protected]> | 2019-09-18 15:56:59 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-09-18 15:56:59 +0800 |
| commit | db25c4f333d1b3f20a75a399c8decfd2975caf26 (patch) | |
| tree | 0e600eaea5fdb6ca6d050c171f4d59cec0130956 /common | |
| parent | 05741fed8a55fa7a13d454d0ff63a2e2974e0826 (diff) | |
支持获取原始mac
Diffstat (limited to 'common')
| -rw-r--r-- | common/include/kni_cmsg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/include/kni_cmsg.h b/common/include/kni_cmsg.h index 70f2cb9..29527a4 100644 --- a/common/include/kni_cmsg.h +++ b/common/include/kni_cmsg.h @@ -39,7 +39,9 @@ enum tfe_cmsg_tlv_type TFE_CMSG_SSL_DOWNSTREAM_VERSION, TFE_CMSG_SSL_PINNING_STATE, //size uint64_t, 0-not pinning 1-pinning 2-maybe pinning TFE_CMSG_SSL_CERT_VERIFY, //uint16_t - TFE_CMSG_SSL_ERROR //string + TFE_CMSG_SSL_ERROR, //string + TFE_CMSG_SRC_MAC, + TFE_CMSG_DST_MAC, }; struct kni_cmsg* kni_cmsg_init(); |
