diff options
| author | luwenpeng <[email protected]> | 2023-04-26 14:35:52 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-04-26 14:35:52 +0800 |
| commit | 989a118969751d1074fd168534d66df15b55628e (patch) | |
| tree | b1c4a54be0675f9dc5b70c9381fc7bd91a6cf4b7 /resource | |
| parent | e5df6a84c0e0f2fd4c6e50b5ec1731cb30d38303 (diff) | |
TSG-14908 tsg-service-chaining-engine的service_chaining_rule_hits metrics适配vsys_id的变更
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/sce.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resource/sce.json b/resource/sce.json index 262fed2..fa1c42c 100644 --- a/resource/sce.json +++ b/resource/sce.json @@ -31,10 +31,10 @@ { "table_name": "SERVICE_CHAINING_COMPILE", "table_content": [ - "1\t0\t2\t1\t1\t{}\t{\"targeted_traffic\":\"raw\",\"sff_profiles\":[1]}\t1\t2", - "2\t0\t2\t1\t1\t{}\t{\"targeted_traffic\":\"raw\",\"sff_profiles\":[1,2,3,4,5,6,7,8,9,10]}\t1\t2", - "11\t0\t2\t1\t1\t{}\t{\"targeted_traffic\":\"decrypted\",\"sff_profiles\":[1]}\t1\t2", - "12\t0\t2\t1\t1\t{}\t{\"targeted_traffic\":\"decrypted\",\"sff_profiles\":[1,2,3,4,5,6,7,8,9,10]}\t1\t2" + "1\t0\t2\t1\t1\t{}\t{\"vsys_id\":1,\"targeted_traffic\":\"raw\",\"sff_profiles\":[1]}\t1\t2", + "2\t0\t2\t1\t1\t{}\t{\"vsys_id\":1,\"targeted_traffic\":\"raw\",\"sff_profiles\":[1,2,3,4,5,6,7,8,9,10]}\t1\t2", + "11\t0\t2\t1\t1\t{}\t{\"vsys_id\":1,\"targeted_traffic\":\"decrypted\",\"sff_profiles\":[1]}\t1\t2", + "12\t0\t2\t1\t1\t{}\t{\"vsys_id\":1,\"targeted_traffic\":\"decrypted\",\"sff_profiles\":[1,2,3,4,5,6,7,8,9,10]}\t1\t2" ] } ] |
