支持获取原始mac

This commit is contained in:
崔一鸣
2019-09-18 15:56:59 +08:00
parent 05741fed8a
commit db25c4f333
3 changed files with 27 additions and 7 deletions

View File

@@ -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();