被策略引用的地址池配置不可取消.
This commit is contained in:
@@ -932,12 +932,4 @@ public class IpCfgService extends CrudService<IpCfgDao,BaseIpCfg> {
|
||||
return page;
|
||||
}
|
||||
|
||||
/**
|
||||
* 校验地址池是否被策略引用
|
||||
* @param addrPoolId
|
||||
* @return
|
||||
*/
|
||||
public List<BaseIpCfg> checkAddrPoolIsUsed(String addrPoolId) {
|
||||
return ipCfgDao.checkAddrPoolIsUsed(addrPoolId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user