summaryrefslogtreecommitdiffstats
path: root/ethernet_interface.cpp
diff options
context:
space:
mode:
authorraviteja-b <raviteja28031990@gmail.com>2019-03-28 05:59:36 -0500
committerraviteja28031990 <raviteja28031990@gmail.com>2019-04-04 12:21:35 +0000
commitce3795602ee8d7593ae1effd8e5568c823326c88 (patch)
treedaa3458e0018b2955db0be43055f38955b72ad2d /ethernet_interface.cpp
parent7a6287ce435614d15ecc5948d25d75a327d5d1d4 (diff)
downloadphosphor-networkd-ce3795602ee8d7593ae1effd8e5568c823326c88.tar.gz
phosphor-networkd-ce3795602ee8d7593ae1effd8e5568c823326c88.zip
Network:Modified create interface to return the D-Bus object ID
Currently, the create interface doesn't return the Object identifier, this commit is to modify Create Inferface to return the object identifier. Change-Id: Icbd30481a1173a0c2b8dbe32ba913504555a119a Signed-off-by: raviteja-b <raviteja28031990@gmail.com>
Diffstat (limited to 'ethernet_interface.cpp')
-rw-r--r--ethernet_interface.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ethernet_interface.cpp b/ethernet_interface.cpp
index 5416f74..999613d 100644
--- a/ethernet_interface.cpp
+++ b/ethernet_interface.cpp
@@ -104,8 +104,8 @@ void EthernetInterface::createIPAddressObjects()
}
}
-void EthernetInterface::iP(IP::Protocol protType, std::string ipaddress,
- uint8_t prefixLength, std::string gateway)
+ObjectPath EthernetInterface::iP(IP::Protocol protType, std::string ipaddress,
+ uint8_t prefixLength, std::string gateway)
{
if (dHCPEnabled())
@@ -152,6 +152,7 @@ void EthernetInterface::iP(IP::Protocol protType, std::string ipaddress,
origin, prefixLength, gateway));
manager.writeToConfigurationFile();
+ return objectPath;
}
/*
OpenPOWER on IntegriCloud