summaryrefslogtreecommitdiff
path: root/resource/verify-policy.json
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-07-15 14:21:33 +0800
committerfengweihao <[email protected]>2024-07-15 14:21:33 +0800
commit5b25651ff64aecc681f6427d61763d8aaddf7121 (patch)
tree72ccf6d5d315c9b3bd2b400b8b8a2708e3d33ec8 /resource/verify-policy.json
parentab623ffa63d14a1521d11e93d95807ce60517e9f (diff)
TSG-21670 策略验证支持Library查询
Diffstat (limited to 'resource/verify-policy.json')
-rw-r--r--resource/verify-policy.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/resource/verify-policy.json b/resource/verify-policy.json
index 20ff9b1..d6053f2 100644
--- a/resource/verify-policy.json
+++ b/resource/verify-policy.json
@@ -45,8 +45,8 @@
"virtual_table": "ATTR_SOURCE_IP",
"regions": [
{
- "table_type": "ip_plus",
- "table_name": "TSG_OBJ_IP_ADDR",
+ "table_type": "ip",
+ "table_name": "TSG_IP_ADDR",
"table_content": {
"addr_type": "ipv4",
"addr_format": "range",
@@ -322,6 +322,20 @@
"0\t3\t126.com\t1\t701\t1",
"1\t4\tbaidu.com\t1\t702\t1"
]
+ },
+ {
+ "table_name": "FQDN_ENTRY",
+ "table_content": [
+ "1\t2,4,5\twww.126.com\t1\t1",
+ "2\t6,7,8\twww.baidu.com\t1\t1"
+ ]
+ },
+ {
+ "table_name": "IP_ADDR_ENTRY",
+ "table_content": [
+ "1\t2,4,5\t4\tsingle\t192.168.55.4\t192.168.55.4\t0\t1",
+ "1\t2,4,5\t4\tsingle\t192.168.55.4\t192.168.55.4\t0\t1"
+ ]
}
]
}