日志的scenefile去掉,且http的reqhdrfile和reqbodyfile去掉
snat策略增加dolog默认值
This commit is contained in:
@@ -2,6 +2,7 @@ package com.nis.domain.configuration;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.nis.util.Constants;
|
||||
|
||||
/**
|
||||
* IP复用策略
|
||||
@@ -40,7 +41,7 @@ public class IpReusePolicyCfg extends BaseCfg<IpReusePolicyCfg>{
|
||||
@SerializedName("effectiveRange")
|
||||
private String areaEffectiveIds ;
|
||||
@Expose
|
||||
private Integer doLog ;
|
||||
private Integer doLog = Constants.MAAT_CFG_DOLOG_DEFAULT;
|
||||
|
||||
public void setDoLog(Integer doLog) {
|
||||
this.doLog = doLog;
|
||||
|
||||
Reference in New Issue
Block a user