summaryrefslogtreecommitdiffstats
path: root/ethernet_interface.hpp
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-04-20 19:19:15 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2017-05-16 00:15:34 +0530
commit2eff84f1ed89a86263742a8f2707f5a55353a9bc (patch)
treeb409459f9a741dfe15f40fb6b98f48b8d7e33fbd /ethernet_interface.hpp
parent4af36763e8c680ab9ba01c40b1cb31449576a69c (diff)
downloadphosphor-networkd-2eff84f1ed89a86263742a8f2707f5a55353a9bc.tar.gz
phosphor-networkd-2eff84f1ed89a86263742a8f2707f5a55353a9bc.zip
Implement ipaddress object
Change-Id: Ic4d7953c5aca2bf85a609c736e5c817322d29e4b Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'ethernet_interface.hpp')
-rw-r--r--ethernet_interface.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ethernet_interface.hpp b/ethernet_interface.hpp
index 4c75f29..71a3003 100644
--- a/ethernet_interface.hpp
+++ b/ethernet_interface.hpp
@@ -54,6 +54,10 @@ class EthernetInterface : public details::EthernetIface
const std::string& objPath,
bool dhcpEnabled);
+ /** @brief delete the dbus object of the given ipaddress.
+ */
+
+ void deleteObject(const std::string& ipaddress);
private:
OpenPOWER on IntegriCloud