TSG-16235 策略验证支持统计策略

This commit is contained in:
fengweihao
2023-07-24 18:41:01 +08:00
parent 5c2834c169
commit 76cd7d5e5b
5 changed files with 281 additions and 248 deletions

View File

@@ -74,6 +74,7 @@ int tsg_policy_type_str2idx(const char *action_str)
policy_name[TSG_TRAFFIC_SHAPING] = "traffic_shaping";
policy_name[TSG_SERVICE_CHAINGNG] = "service_chaining";
policy_name[PXY_TABLE_INTERCEPT] = "pxy_intercept";
policy_name[TSG_STATISTICS] = "statistics";
policy_name[PXY_TABLE_DEFENCE] = "active_defence";
size_t i = 0;