diff options
| author | 刘学利 <[email protected]> | 2023-04-28 06:03:16 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-04-28 06:03:16 +0000 |
| commit | 5bc9831e03fcc566737b9a6a97459458bc5dddcf (patch) | |
| tree | ec3784b431175b018c6b1a9c5bb8119ba2a3a217 /inc | |
| parent | 4bafeced191b50ec871b9e91719058b2de9314f7 (diff) | |
TSG-14911: 支持从策略用户自定义中解析vsys id, Secutiry Rule Hits metrics中填写策略指定的vsys idv6.0.6
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/tsg_rule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/tsg_rule.h b/inc/tsg_rule.h index 75a5bb8..a708790 100644 --- a/inc/tsg_rule.h +++ b/inc/tsg_rule.h @@ -58,7 +58,8 @@ struct maat_rule unsigned char action; unsigned char service_id; unsigned char do_log; - unsigned char padding[5]; + unsigned char padding; + int vsys_id; }; struct matched_policy_rules |
