背景
设置IPv6地址,存在BMC 操作日志显示设置成功,但实际协议栈生效时因为检测到地址冲突导致新IPv6地址未在协议栈生效的情况,需要在设置IPv6地址前进行冲突检测。
关联ISSUE
整体方案
新增标准错误引擎标识IP地址冲突
评审点
新增标准错误引擎标识IP地址冲突
详细描述
错误引擎描述如下:
"PropertyValueExternalConflict": { "Description": "Indicates that the requested write of a property value could not be completed due to the current state or configuration of the resource. This can include configuration conflicts with other resources or parameters that are not exposed by this interface.", "Message": "The property %1 with the requested value of %2 could not be written because the value is not available due to a configuration conflict.", "Severity": "Warning", "NumberOfArgs": 2, "ParamTypes": [ "string", "string" ], "Resolution": "None", "HttpStatusCode": 400, "IpmiCompletionCode": "0xD5", "SnmpStatusCode": 5, "TraceDepth": 0 }