Implement ipaddress object

Change-Id: Ic4d7953c5aca2bf85a609c736e5c817322d29e4b
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
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 @@
                           const std::string& objPath,
                           bool dhcpEnabled);
 
+        /** @brief delete the dbus object of the given ipaddress.
+         */
+
+        void deleteObject(const std::string& ipaddress);
 
 
     private: