[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:
Simon Lin
2020-07-13 23:16:47 +08:00
committed by GitHub
parent 4806fa4d0d
commit 848feb5aa5
7 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -582,7 +582,7 @@ otError Interpreter::ProcessBackboneRouterLocal(uint8_t aArgsLength, char *aArgs
}
}
otBackboneRouterSetConfig(mInstance, &config);
SuccessOrExit(error = otBackboneRouterSetConfig(mInstance, &config));
}
}
else