增加解密流量转发中计算IP校验和、TCP校验和的功能

This commit is contained in:
luqiuwen
2019-06-09 16:32:29 +08:00
committed by zhengchao
parent f518ebfa00
commit 74775096c4
2 changed files with 103 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ void profile_table_ex_data_new_cb(int table_id, const char * key, const char * t
goto success;
}
json_item = cJSON_GetObjectItem(json_item, "mac");
json_item = cJSON_GetObjectItem(json_root, "mac");
if (json_item)
{
if (unlikely(!cJSON_IsArray(json_item)))