mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49:51 +00:00
[bbr] fix bbr skipseqnuminc command response (#7354)
`bbr skipseqnuminc` should complete without error.
This commit is contained in:
+1
-1
@@ -577,7 +577,7 @@ otError Interpreter::ProcessBackboneRouter(Arg aArgs[])
|
||||
else if (aArgs[0] == "skipseqnuminc")
|
||||
{
|
||||
otBackboneRouterConfigSkipSeqNumIncrease(GetInstancePtr(), true);
|
||||
ExitNow();
|
||||
ExitNow(error = OT_ERROR_NONE);
|
||||
}
|
||||
#endif
|
||||
SuccessOrExit(error = ProcessBackboneRouterLocal(aArgs));
|
||||
|
||||
Reference in New Issue
Block a user