SNAT地址池添加一条动态地址池信息

app域名特征添加拦截强度

(cherry picked from commit 1d71820d1ee3fbd21f201af14781849de9fb75a3)
This commit is contained in:
leijun
2019-01-23 10:33:55 +00:00
committed by 董晓燕
parent 2e8d2cb7b2
commit e14cca6824
6 changed files with 48 additions and 5 deletions

View File

@@ -1458,6 +1458,10 @@ public class AppCfgService extends BaseService {
String userRegion = "APP_ID=" + entity.getAppCode() + Constants.USER_REGION_SPLIT + "DOMAIN_ID="
+ entity.getCompileId() + Constants.USER_REGION_SPLIT + "DOMAIN_STR="
+ keywordsEscape(entity.getCfgKeywords());
if(!StringUtil.isEmpty(entity.getUserRegion5())){
userRegion+=";"+Constants.INTERCEPT_DOMAN_INTENSITY_USER_REGION_KEY+"="+entity.getUserRegion5();
}
maatCfg.setUserRegion(userRegion);
configCompileList.add(maatCfg);
maatBean.setConfigCompileList(configCompileList);