Is there a way to pick neighbors? #7652
-
Hello, I have 10 full-thread devices and 1 border router, and I want the data to hop to specific devices of my choice before reaching the border router. Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
May 2, 2022
Replies: 1 comment 1 reply
-
Thread does not provide a standard way to control or constrain the topology. OpenThread does provide a macfilter feature that we often use in testing. The macfilter feature provides filtering rules that can limit what neighbors a given device receives from. Hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thread does not provide a standard way to control or constrain the topology.
OpenThread does provide a macfilter feature that we often use in testing. The macfilter feature provides filtering rules that can limit what neighbors a given device receives from.
Hope that helps.