Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into develop
This commit is contained in:
3
src/main/resources/sql/20181015/UPDATE_PROTOCOL_DICT.sql
Normal file
3
src/main/resources/sql/20181015/UPDATE_PROTOCOL_DICT.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO sys_data_dictionary_item VALUES(2725,50,'ESP','ESP',0,1,1,63),(2726,51,'AH','AH',0,1,1,63)
|
||||
|
||||
UPDATE function_region_dict SET config_protocol='6,17,1,15,50,51' WHERE function_id=5 AND config_region_value='INLINE_IP_CB';
|
||||
1
src/main/resources/sql/20181015/update_stream_region.sql
Normal file
1
src/main/resources/sql/20181015/update_stream_region.sql
Normal file
@@ -0,0 +1 @@
|
||||
update function_region_dict set config_expr_type='1' ,config_match_method='0' where dict_id='25';
|
||||
Reference in New Issue
Block a user