| Michael Tritz | 29f2fd6 | 2017-05-22 15:27:26 -0500 | [diff] [blame] | 1 | #include <string> |
| 2 | |||||
| 3 | namespace phosphor | ||||
| 4 | { | ||||
| 5 | namespace network | ||||
| 6 | { | ||||
| 7 | |||||
| 8 | namespace bmc | ||||
| 9 | { | ||||
| Gunnar Mills | 57d9c50 | 2018-09-14 14:42:34 -0500 | [diff] [blame] | 10 | void writeDHCPDefault(const std::string& filename, |
| 11 | const std::string& interface); | ||||
| Michael Tritz | 29f2fd6 | 2017-05-22 15:27:26 -0500 | [diff] [blame] | 12 | } |
| 13 | |||||
| Gunnar Mills | 57d9c50 | 2018-09-14 14:42:34 -0500 | [diff] [blame] | 14 | } // namespace network |
| 15 | } // namespace phosphor | ||||