1.地址池管理增加 删除限制 2.策略分组管理去掉SNAT/DNAT IP类型
This commit is contained in:
@@ -1335,4 +1335,5 @@ address_pool=Address Pool
|
||||
ip_total=IP Total
|
||||
available_ip_total=Available IP Total
|
||||
address_pool_id=Address Pool ID
|
||||
log_to_cfg=Config
|
||||
log_to_cfg=Config
|
||||
address_pool_is_used=Address pool is used and cannot perform this operation!
|
||||
@@ -1335,4 +1335,5 @@ address_pool=Address Pool
|
||||
ip_total=IP Total
|
||||
available_ip_total=Available IP Total
|
||||
address_pool_id=Address Pool ID
|
||||
log_to_cfg=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F
|
||||
log_to_cfg=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F
|
||||
address_pool_is_used=Address pool is used and cannot perform this operation!
|
||||
@@ -1333,4 +1333,5 @@ address_pool=\u5730\u5740\u6C60
|
||||
ip_total=IP\u603B\u6570
|
||||
available_ip_total=\u53EF\u7528IP\u6570
|
||||
address_pool_id=\u5730\u5740\u6C60ID
|
||||
log_to_cfg=\u914D\u7F6E
|
||||
log_to_cfg=\u914D\u7F6E
|
||||
address_pool_is_used=\u5730\u5740\u6C60\u5DF2\u88AB\u4F7F\u7528\uFF0C\u65E0\u6CD5\u6267\u884C\u8BE5\u64CD\u4F5C\uFF01
|
||||
@@ -6,8 +6,8 @@ CREATE TABLE `ip_reuse_addr_pool` (
|
||||
`cfg_id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`addr_pool_id` int(11) NOT NULL COMMENT '地址池ID',
|
||||
`addr_pool_name` varchar(128) DEFAULT NULL COMMENT '地址池名称',
|
||||
`ip_total` int(11) DEFAULT NULL COMMENT '地址池IP总数',
|
||||
`available_ip_total` int(11) DEFAULT NULL COMMENT '地址池可用IP数',
|
||||
`ip_total` int(11) NOT NULL DEFAULT 0 COMMENT '地址池IP总数',
|
||||
`available_ip_total` int(11) NOT NULL DEFAULT 0 COMMENT '地址池可用IP数',
|
||||
`action` int(11) NOT NULL COMMENT '1:阻断,2:监测, 5: FD 白名单,6:监测白名单,7: FD 监测都白名单,应与业务ID所代表的逻辑相匹配,8-灰名单',
|
||||
`is_valid` int(11) NOT NULL COMMENT '0无效,1有效,-1删除\r\n1) 未审核时配置可删除\r\n2) 审核通过,此字段置1\r\n3) 取消审核通过,此字段置0',
|
||||
`is_audit` int(11) NOT NULL COMMENT '0未审核,1审核通过,2审核未通过,3取消审核通过\r\n1) 审核未通过,配置可修改\r\n2) 审核通过,配置不可删除,只能取消审核通过',
|
||||
|
||||
Reference in New Issue
Block a user