mirror of
https://github.com/espressif/openthread.git
synced 2026-09-18 07:00:08 +00:00
[tests] add OTBR_DUA_ROUTING=ON to OTBR build (#6230)
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ do_build_otbr_docker()
|
|||||||
echo "Building OTBR Docker ..."
|
echo "Building OTBR Docker ..."
|
||||||
local otdir
|
local otdir
|
||||||
local otbrdir
|
local otbrdir
|
||||||
local otbr_options="-DOT_DNSSD_SERVER=ON -DOT_DNS_CLIENT=ON -DOT_SRP_CLIENT=ON -DOT_SLAAC=ON -DOT_DUA=ON -DOT_MLR=ON -DOT_COVERAGE=ON -DOTBR_REST=OFF -DOTBR_WEB=OFF -DOTBR_MDNS=mDNSResponder -DOTBR_SRP_ADVERTISING_PROXY=ON"
|
local otbr_options="-DOT_DNSSD_SERVER=ON -DOT_DNS_CLIENT=ON -DOT_SRP_CLIENT=ON -DOT_SLAAC=ON -DOT_DUA=ON -DOT_MLR=ON -DOT_COVERAGE=ON -DOTBR_REST=OFF -DOTBR_WEB=OFF -DOTBR_MDNS=mDNSResponder -DOTBR_SRP_ADVERTISING_PROXY=ON -DOTBR_DUA_ROUTING=ON"
|
||||||
local otbr_docker_image=${OTBR_DOCKER_IMAGE:-otbr-ot12-backbone-ci}
|
local otbr_docker_image=${OTBR_DOCKER_IMAGE:-otbr-ot12-backbone-ci}
|
||||||
|
|
||||||
# Always enable SRP server for OTBR.
|
# Always enable SRP server for OTBR.
|
||||||
|
|||||||
Reference in New Issue
Block a user