修改PROTOCOL字典GRE项
This commit is contained in:
@@ -8,7 +8,7 @@ INSERT INTO function_service_dict (function_id,protocol_id,ACTION,action_code,se
|
||||
#根据PROTOCOL字典查出的值替换63
|
||||
SELECT id FROM sys_data_dictionary_name WHERE mark= 'PROTOCOL';
|
||||
INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(8,'IPSEC','IPSEC',0,1,1,63);
|
||||
INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(15,'IPSEC','IPSEC',0,1,1,63);
|
||||
INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(15,'GRE','GRE',0,1,1,63);
|
||||
|
||||
UPDATE function_region_dict SET is_valid=0 WHERE function_id=5 AND config_region_value ='NTC_SUBSCRIBE_ID';
|
||||
UPDATE function_region_dict SET config_protocol='0,6,17,1,8,15' WHERE function_id=5 AND config_region_value ='INLINE_IP_CB';
|
||||
|
||||
Reference in New Issue
Block a user