summaryrefslogtreecommitdiff
path: root/common/include/tfe_cmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/include/tfe_cmsg.h')
-rw-r--r--common/include/tfe_cmsg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/include/tfe_cmsg.h b/common/include/tfe_cmsg.h
index 7e3447a..9b32a44 100644
--- a/common/include/tfe_cmsg.h
+++ b/common/include/tfe_cmsg.h
@@ -101,8 +101,12 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_FQDN_CAT_ID_NUM, // unsigned int
TFE_CMSG_FQDN_CAT_ID_VAL, // max size 8 * sizeof(unsigned int)
- TFE_CMSG_COMMON_DIRECTION,
+ // according to KNI -> MESA_dir_link_to_human()
+ // 'E' or 'e': 表示发包方向是从Internal to External.
+ // 'I' or 'i': 表示发包方向是从External to Internal.
+ TFE_CMSG_COMMON_DIRECTION, // unsigned int
TFE_CMSG_SSL_PASSTHROUGH_REASON, // string max size 32
+ TFE_CMSG_POLICY_VSYS_ID, // unsigned int
/* Add new cmsg here */
/* Add new cmsg here */
/* Add new cmsg here */