mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user