summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2023-05-09 11:23:27 +0800
committerfumingwei <[email protected]>2023-05-09 11:23:27 +0800
commit7f9cd6fbafa3878dfcc7bf060e44b7cfd6b358c2 (patch)
tree2d55a668e828b7d1d28ad8e48233fc5da64091a2
parent2e19f0a9d79a43f3a419830a9df9c1bf384ada32 (diff)
feature:新增cmsg字段TFE_CMSG_POLICY_VSYS_IDv5.1.3feature-cmesg
-rw-r--r--common/include/kni_cmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/kni_cmsg.h b/common/include/kni_cmsg.h
index 4e9c507..7958f49 100644
--- a/common/include/kni_cmsg.h
+++ b/common/include/kni_cmsg.h
@@ -98,6 +98,7 @@ enum tfe_cmsg_tlv_type
//cmsg common_direction
TFE_CMSG_COMMON_DIRECTION,
TFE_CMSG_SSL_PASSTHROUGH_REASON,
+ TFE_CMSG_POLICY_VSYS_ID, // unsigned int
//cmsg tlv max
KNI_CMSG_TLV_NR_MAX,
};