Pr/slaac utility (#698)

* Provide utility for IPv6 SLAAC (#651)

* Semantically Opaque Interface Identifier with IPv6 SLAAC (#651)
This commit is contained in:
Hubert Miś
2016-09-29 08:37:10 -07:00
committed by Jonathan Hui
parent 537f0fdac8
commit aeba71b1a1
15 changed files with 599 additions and 97 deletions
+1 -1
View File
@@ -39,8 +39,8 @@ ot_cli_CPPFLAGS = \
$(NULL)
ot_cli_LDADD = \
$(top_builddir)/src/core/libopenthread.a \
$(top_builddir)/src/cli/libopenthread-cli.a \
$(top_builddir)/src/core/libopenthread.a \
$(top_builddir)/third_party/mbedtls/libmbedcrypto.a \
$(NULL)