mirror of
https://github.com/espressif/openthread.git
synced 2026-07-16 09:04:10 +00:00
[bbr] validate BBR configuration (#5221)
This commit makes sure BBR configuration is valid according to Thread Spec 5.21.3.3.
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ otError Interpreter::ProcessBackboneRouterLocal(uint8_t aArgsLength, char *aArgs
|
||||
}
|
||||
}
|
||||
|
||||
otBackboneRouterSetConfig(mInstance, &config);
|
||||
SuccessOrExit(error = otBackboneRouterSetConfig(mInstance, &config));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user