This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/resources/sql/20181015/UPDATE_PROTOCOL_DICT.sql
wangxin 79071fd6a6 (1)更改IP验证选择相关属性的选择方式,去掉各种parents
(2)ip range 限制C网段,并且网络位必须相同
(3)IPSEC协议调整,ESP,AH加入字典
2018-10-15 19:17:55 +08:00

3 lines
231 B
SQL

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';