增加地址池管理查看所有IP、策略管理用户类型检索.
This commit is contained in:
@@ -1347,4 +1347,5 @@ policy_sipv6_user=Three tier access to IP(IPv6)
|
||||
creat_time=Creat Time
|
||||
close_time=Close Time
|
||||
nat_ip=Multiplexed IP Address
|
||||
traffic=Traffic
|
||||
traffic=Traffic
|
||||
ip_info=IP Info
|
||||
@@ -1348,4 +1348,5 @@ user_type=User Type
|
||||
policy_vpn_user=VPN access user name
|
||||
policy_sipv4_user=Three tier access to IP(IPv4)
|
||||
policy_sipv6_user=Three tier access to IP(IPv6)
|
||||
traffic=Traffic
|
||||
traffic=Traffic
|
||||
ip_info=IP Info
|
||||
@@ -1345,4 +1345,5 @@ policy_sipv6_user=\u4E09\u5C42\u63A5\u5165\u6E90IP(IPv6)
|
||||
creat_time=\u94FE\u63A5\u5EFA\u7ACB\u65F6\u95F4
|
||||
close_time=\u94FE\u63A5\u7ED3\u675F\u65F6\u95F4
|
||||
nat_ip=\u590D\u7528\u7684IP\u5730\u5740
|
||||
traffic=Traffic
|
||||
traffic=Traffic
|
||||
ip_info=IP\u5730\u5740\u4FE1\u606F
|
||||
@@ -0,0 +1,5 @@
|
||||
UPDATE function_region_dict SET config_ip_pattern = '1,3' WHERE dict_id = 68 AND function_id = 300;
|
||||
|
||||
ALTER TABLE ip_reuse_policy_cfg ADD ip_type INT(11) DEFAULT NULL COMMENT 'IPV4=4,IPV6=6';
|
||||
ALTER TABLE ip_reuse_policy_cfg ADD ip_pattern INT(11) DEFAULT NULL;
|
||||
ALTER TABLE ip_reuse_policy_cfg ADD src_ip_address VARCHAR(128) DEFAULT NULL;
|
||||
Reference in New Issue
Block a user