blob: a5c730054961acff7be41548334b3f8565695f24 [file] [log] [blame]
William A. Kennington III87f68132022-08-21 02:20:43 -07001#include <filesystem>
2#include <string_view>
Michael Tritz29f2fd62017-05-22 15:27:26 -05003
4namespace phosphor
5{
6namespace network
7{
8
9namespace bmc
10{
William A. Kennington III87f68132022-08-21 02:20:43 -070011void writeDHCPDefault(const std::filesystem::path& filename,
12 std::string_view interface);
Michael Tritz29f2fd62017-05-22 15:27:26 -050013}
14
Gunnar Mills57d9c502018-09-14 14:42:34 -050015} // namespace network
16} // namespace phosphor