types: Migrate to stdplus ip
Change-Id: I777aa701204b0c4dbe5f0088cc2e6a4deb4f5d15
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/neighbor.hpp b/src/neighbor.hpp
index 9f964e8..5072afe 100644
--- a/src/neighbor.hpp
+++ b/src/neighbor.hpp
@@ -39,8 +39,8 @@
* @param[in] state - The state of the neighbor entry.
*/
Neighbor(sdbusplus::bus_t& bus, std::string_view objRoot,
- stdplus::PinnedRef<EthernetInterface> parent, InAddrAny addr,
- stdplus::EtherAddr lladdr, State state);
+ stdplus::PinnedRef<EthernetInterface> parent,
+ stdplus::InAnyAddr addr, stdplus::EtherAddr lladdr, State state);
/** @brief Delete this d-bus object.
*/
@@ -66,8 +66,8 @@
sdbusplus::message::object_path objPath;
Neighbor(sdbusplus::bus_t& bus, sdbusplus::message::object_path objPath,
- stdplus::PinnedRef<EthernetInterface> parent, InAddrAny addr,
- stdplus::EtherAddr lladdr, State state);
+ stdplus::PinnedRef<EthernetInterface> parent,
+ stdplus::InAnyAddr addr, stdplus::EtherAddr lladdr, State state);
};
} // namespace network