diff options
| author | fengweihao <[email protected]> | 2023-12-12 16:59:04 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-12 16:59:04 +0800 |
| commit | 286a461636e0e6cd74a59d76c6e396f90d1352e8 (patch) | |
| tree | 65e322d92a00839e251bbe7dd1c972ddd0159a18 /resource | |
| parent | b533519567acb88ced9d028a0f062496e4c5b660 (diff) | |
TSG-17854 PolicyVerify支持Internal IP address和Exteral IP address的扫描
TSG-17833 策略验证未正确展示命中Rule中object及 condition 的"与""或"关系
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/table_info.conf | 12 | ||||
| -rw-r--r-- | resource/table_info_simple.conf | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index b49e25a..5bd1549 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -992,5 +992,17 @@ "table_name": "ATTR_DESTINATION_SERVER_FQDN_CAT", "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN_CAT" + }, + { + "table_id":102, + "table_name":"ATTR_INTERNAL_ADDR", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IP" + }, + { + "table_id":103, + "table_name":"ATTR_EXTERNAL_ADDR", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IP" } ]
\ No newline at end of file diff --git a/resource/table_info_simple.conf b/resource/table_info_simple.conf index f59c9a3..e0ad657 100644 --- a/resource/table_info_simple.conf +++ b/resource/table_info_simple.conf @@ -918,5 +918,17 @@ "table_name": "ATTR_DESTINATION_SERVER_FQDN_CAT", "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN_CAT" + }, + { + "table_id":102, + "table_name":"ATTR_INTERNAL_ADDR", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IP" + }, + { + "table_id":103, + "table_name":"ATTR_EXTERNAL_ADDR", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IP" } ]
\ No newline at end of file |
