mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 05:07:47 +00:00
[dua] Domain Unicast Address generation (#4854)
This commit includes [Y] add `OPENTHREAD_CONFIG_DUA_ENABLE` option for DUA feature [Y] generate DUA via SLAAC [Y] update test script to verify communication via DUA
This commit is contained in:
+12
@@ -77,6 +77,12 @@ build_simulation()
|
||||
"-DOT_THREAD_VERSION=${version}"
|
||||
)
|
||||
|
||||
if [[ "${version}" == "1.2" ]]; then
|
||||
options+=(
|
||||
"-DOT_DUA=ON"
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ "${VIRTUAL_TIME}" == 1 ]]; then
|
||||
options+=("-DOT_SIMULATION_VIRTUAL_TIME=ON")
|
||||
|
||||
@@ -120,6 +126,12 @@ build_posix()
|
||||
"-DOT_THREAD_VERSION=${version}"
|
||||
)
|
||||
|
||||
if [[ "${version}" == "1.2" ]]; then
|
||||
options+=(
|
||||
"-DOT_DUA=ON"
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ "${VIRTUAL_TIME}" == 1 ]]; then
|
||||
options+=("-DOT_POSIX_VIRTUAL_TIME=ON")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user