You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: