commit | e578d56af4de7a046cf054d0961c56ed5a904129 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Wed Aug 02 07:04:16 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Aug 13 11:31:58 2017 +0000 |
tree | 6c081e94d824f6f7c20c0ba25d275d18e4b03714 | |
parent | dea3ead09a1503daec471d8ed4d24d20bb489451 [diff] |
Change the pointer type of ip address object Make the ip address pointer shared as it was declared as shared, but during creation of object it was being created as unique. It is required to be shared as the ip addresses is being exposed through API to network manager. Change-Id: Id520e89b1105dddb7178be638ce708eeeefa5be3 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>