DHCP: implement simple Server/Client (solicit/reply) (#884)

* DHCP implementation
- implementation Dhcp client/server (solicit/reply)
- two build options --enable-dhcp6-server  --enable-dhcp6-client (default disable)
- add Cert_5_3_09_AddressQuery for Dhcp Client/Server test in travis
This commit is contained in:
rongli
2016-10-31 21:38:56 -07:00
committed by Jonathan Hui
parent 196c28d022
commit 3001fc689c
36 changed files with 2844 additions and 33 deletions
+3
View File
@@ -33,6 +33,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
DIST_SUBDIRS = \
cli \
commissioning \
dhcp6 \
ncp \
platform \
$(NULL)
@@ -42,6 +43,7 @@ DIST_SUBDIRS = \
SUBDIRS = \
cli \
commissioning \
dhcp6 \
ncp \
platform \
$(NULL)
@@ -51,6 +53,7 @@ SUBDIRS = \
PRETTY_SUBDIRS = \
cli \
commissioning \
dhcp6 \
ncp \
platform \
$(NULL)