From 70c7e5b5f4fa01308f89266142aa1c4fc8181231 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Wed, 12 Jul 2017 11:41:55 +0530 Subject: Write DHCP configuration parameters Write the configuration parameters to the systemd-networkd conf file. Resolves openbmc/openbmc#1770 Change-Id: I6c9427034827d612ad7f75961461c2f33688fbf9 Signed-off-by: Ratan Gupta --- network_manager.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'network_manager.hpp') diff --git a/network_manager.hpp b/network_manager.hpp index 762b3e1..e5ca96b 100644 --- a/network_manager.hpp +++ b/network_manager.hpp @@ -75,6 +75,9 @@ class Manager : public details::VLANCreateIface private: + /** @brief write the dhcp section **/ + void writeDHCPSection(std::fstream& stream); + /** @brief Persistent sdbusplus DBus bus connection. */ sdbusplus::bus::bus& bus; -- cgit v1.2.1