diff options
| author | fengweihao <[email protected]> | 2024-03-28 14:32:57 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-03-28 14:32:57 +0800 |
| commit | fa59d4cc6041d439c38d0163e414712e0604bf4c (patch) | |
| tree | 3f9f81e00082a73001432038140a65bce30cb434 /resource/table_info.conf | |
| parent | 620d367a504571e7c4c16edeea4f75f7269772e0 (diff) | |
TSG-20186 PolicyVerify支持IP+Port组合objectv4.0.12-20240328
Diffstat (limited to 'resource/table_info.conf')
| -rw-r--r-- | resource/table_info.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index f69ee34..6e4a81f 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -378,15 +378,16 @@ "table_id":29, "table_name":"TSG_OBJ_IP", "db_tables":["TSG_OBJ_IP_ADDR","TSG_OBJ_IP_LEARNING_ADDR"], - "table_type":"ip_plus", - "valid_column":7, + "table_type":"ip", + "valid_column":8, "custom": { "item_id":1, "group_id":2, "addr_type":3, "addr_format":4, "ip1":5, - "ip2":6 + "ip2":6, + "port":7 } }, { |
