diff options
| author | fengweihao <[email protected]> | 2024-07-15 14:21:33 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-07-15 14:21:33 +0800 |
| commit | 5b25651ff64aecc681f6427d61763d8aaddf7121 (patch) | |
| tree | 72ccf6d5d315c9b3bd2b400b8b8a2708e3d33ec8 /resource/table_info.conf | |
| parent | ab623ffa63d14a1521d11e93d95807ce60517e9f (diff) | |
TSG-21670 策略验证支持Library查询
Diffstat (limited to 'resource/table_info.conf')
| -rw-r--r-- | resource/table_info.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index 4dfd4ef..c8bb0f2 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -1195,5 +1195,29 @@ "table_name":"ATTR_TUNNEL_IP_IN_IP_ENDPOINT", "table_type":"virtual", "physical_table": "TSG_OBJ_IP" + }, + { + "table_id":125, + "table_name":"FQDN_ENTRY", + "table_type":"fqdn_plugin", + "valid_column":5, + "custom": { + "item_id":1, + "suffix_match_method":4, + "fqdn":3 + } + }, + { + "table_id":126, + "table_name":"IP_ADDR_ENTRY", + "table_type":"ip_plugin", + "valid_column":8, + "custom": { + "item_id":1, + "ip_type":3, + "start_ip":5, + "end_ip":6, + "addr_format":4 + } } ]
\ No newline at end of file |
