ERROR: BORDER_ROUTING and NETWORK_MANAGER cannot coexist!

41 views
Skip to first unread message

Michał Poterek

unread,
Apr 1, 2022, 8:59:05 AM4/1/22
to openthread-users
Following official instruction  OpenThread Border Router Build and Configuration (google.cn)

I'm getting the following error.  Shell, I  set BORDER_ROUTING=0?


NETWORK_MANAGER=1 NETWORK_MANAGER_WIFI=1 ./script/bootstrap

+++ . examples/platforms/beagleboneblack/default
++++ NAT64=1
++++ DNS64=0
++++ DHCPV6_PD=0
++++ NETWORK_MANAGER=0
++++ BACKBONE_ROUTER=1
++++ BORDER_ROUTING=1
++++ WEB_GUI=1
++++ REST_API=1
+++ eval echo '${BORDER_ROUTING-}'
++++ echo 1
++ value=1
++ [[ 1 == 1 ]]
++ with NETWORK_MANAGER
++ local value
+++ printenv NETWORK_MANAGER
++ value=1
++ [[ -z 1 ]]
++ [[ 1 == 1 ]]
++ die 'BORDER_ROUTING and NETWORK_MANAGER cannot coexist!'
++ echo ' *** ERROR:  BORDER_ROUTING and NETWORK_MANAGER cannot coexist!'
 *** ERROR:  BORDER_ROUTING and NETWORK_MANAGER cannot coexist!
++ exit 1


Below information about commit I'm using for compilation:

git show

commit cafd9a7a8ae606147b97244fbf1afa31ca11f0b4 (HEAD -> main, origin/main, origin/HEAD)

Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Date:   Thu Mar 31 18:10:45 2022 -0700

 

    submodule: bump third_party/openthread/repo from `f9f3163` to `5eb973c` (#1323)

 

    Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `f9f3163` to `5eb973c`.

    - [Commits](https://github.com/openthread/openthread/compare/f9f316314b8be2dbe9adb195518331bf3d35e553...5eb973ce00d3eec5898d6cc63fd4a20f9e914111)

 

    ---

    updated-dependencies:

    - dependency-name: third_party/openthread/repo

      dependency-type: direct:production

    ...

 

    Signed-off-by: dependabot[bot] <sup...@github.com>

 

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

 

diff --git a/third_party/openthread/repo b/third_party/openthread/repo

index f9f316314b..5eb973ce00 160000

--- a/third_party/openthread/repo

+++ b/third_party/openthread/repo

@@ -1 +1 @@

-Subproject commit f9f316314b8be2dbe9adb195518331bf3d35e553

+Subproject commit 5eb973ce00d3eec5898d6cc63fd4a20f9e914111


Jonathan Hui

unread,
Apr 4, 2022, 11:48:48 AM4/4/22
to Michał Poterek, openthread-users
We do not currently support having both the BORDER_ROUTING and NETWORK_MANAGER features enabled simultaneously.

In particular, OTBR needs to be able to receive ICMPv6 Router Solicitation messages and enabling NETWORK_MANAGER interferes with that requirement.

--
Jonathan Hui



--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/49bf043f-d127-4794-8f57-906a59a562bdn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages