diff options
| author | Ratan Gupta <ratagupt@in.ibm.com> | 2017-07-11 17:47:14 +0530 |
|---|---|---|
| committer | Ratan Gupta <ratagupt@in.ibm.com> | 2017-07-25 19:45:10 +0530 |
| commit | 935bc33584dddfc093f3183b57034a7f94e75fb1 (patch) | |
| tree | fdd553b5bb758b8ea8d5a0e9e1e2881759a9f1ca /test | |
| parent | 068a8cf24b73614cde8e19bebf2187ae1a2f5a60 (diff) | |
| download | phosphor-networkd-935bc33584dddfc093f3183b57034a7f94e75fb1.tar.gz phosphor-networkd-935bc33584dddfc093f3183b57034a7f94e75fb1.zip | |
Implement the DHCP configuration interface
This commit implements the below dhcp options
1) DNS
2) NTP
3) HostName
Change-Id: Ifb66fbc86ce38abc79454ecbbf6fb3c65f892c19
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bf1a935..c614975 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -33,6 +33,7 @@ test_LDADD = $(top_builddir)/ethernet_interface.cpp \ $(top_builddir)/routing_table.cpp \ $(top_builddir)/util.cpp \ $(top_builddir)/system_configuration.cpp \ + $(top_builddir)/dhcp_configuration.cpp \ $(top_builddir)/config_parser.cpp \ $(top_builddir)/xyz/openbmc_project/Network/VLAN/Create/phosphor_network_manager-server.o \ $(top_builddir)/xyz/openbmc_project/Network/IP/Create/phosphor_network_manager-server.o |

