diff options
| author | fengweihao <[email protected]> | 2024-08-16 10:32:02 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-08-16 10:32:02 +0800 |
| commit | be7368a0cce09adaf66f3697a8c2efb05f79fcff (patch) | |
| tree | aeb2afe5c49481450272784c941fcdfbd695ed48 /resource | |
| parent | 6dc39cc9223d809340ec9b99668dea79dd67baf8 (diff) | |
TSG-22199 修复tunnel调用no_logic情况下命中路径记录问题,优化Fqdn命中路径构建v4.0.26-20240816develop-3.0
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/table_info_simple.conf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/resource/table_info_simple.conf b/resource/table_info_simple.conf index 73ab4e1..d661c32 100644 --- a/resource/table_info_simple.conf +++ b/resource/table_info_simple.conf @@ -989,40 +989,5 @@ "table_name":"ATTR_TUNNEL_IP_IN_IP_ENDPOINT", "table_type":"virtual", "physical_table": "TSG_OBJ_IP" - }, - { - "table_id": 101, - "table_name": "LIBRARY_TAG", - "table_type": "plugin", - "valid_column": 6, - "custom": { - "key": 1, - "key_type": "integer", - "key_len": 8 - } - }, - { - "table_id":102, - "table_name":"FQDN_ENTRY", - "table_type":"fqdn_plugin", - "valid_column":5, - "custom": { - "item_id":1, - "suffix_match_method":4, - "fqdn":3 - } - }, - { - "table_id":103, - "table_name":"IP_ADDR_ENTRY", - "table_type":"ip_plugin", - "valid_column":7, - "custom": { - "item_id":1, - "ip_type":3, - "start_ip":5, - "end_ip":6, - "addr_format":4 - } } ]
\ No newline at end of file |
