Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE used in GenericThreadStackManagerImpl_OpenThread.hpp might be undefined #29624

Open
tima-q opened this issue Oct 6, 2023 · 0 comments

Comments

@tima-q
Copy link
Contributor

tima-q commented Oct 6, 2023

See
#29617 (comment)

The #if defined OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE && OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE construction leaves a gap for not including a proper configuration header.

An Openthread configuration flag should be coming from a configuration header of OpenThread.
It is however not garanteed this is included at this level.

DoD:

  • Check OpenThreadConfig is included
  • Check flag get's a default value by OpenThread stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant