mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 22:30:21 +00:00
67b8f5c821
This commit updates the `RouteingManager` to set the newly allocated "SNAC Router Flag" (bit 6) in emitted RA messages from Thread BR. The flag is also parsed and tracked in received RA messages. This replaces the previous model where an experimental flag bit in "Flags Extension Option" indicated a "stub router". This commit also removes the `STUB_ROUTER_FLAG_IN_EMITTED_RA_ENABLE` confg (no longer optional/experimental) and renames `mStubRouterFlag` to `mSnacRouterFlag`.