diff options
| author | fengweihao <[email protected]> | 2023-12-25 14:43:00 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-25 14:43:00 +0800 |
| commit | f69de9f4e3d5abff660220e86e164e83ca18aff7 (patch) | |
| tree | 66a9904e435ae16d0ea55b3553eefe047dbbe1ec /resource | |
| parent | 4f9372d9667f21b346da2389987fc938591f3888 (diff) | |
TSG-18071 选择Internal作为Condition时,无法命中策略
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/pangu/table_info.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index d755449..d2addeb 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -130,14 +130,14 @@ { "table_id": 10, "table_name": "ATTR_HTTP_HOST_VIRTUAL", - "db_tables": ["ATTR_HTTP_HOST", "ATTR_DESTINATION_SERVER_FQDN"], + "db_tables": ["ATTR_HTTP_HOST", "ATTR_SERVER_FQDN"], "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN" }, { "table_id": 11, "table_name": "ATTR_HTTP_HOST_CAT_VIRTUAL", - "db_tables": ["ATTR_HTTP_HOST_CAT", "ATTR_DESTINATION_SERVER_FQDN_CAT"], + "db_tables": ["ATTR_HTTP_HOST_CAT", "ATTR_SERVER_FQDN_CAT"], "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN_CAT" }, |
