net/mwan3: add missing local variables
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
bdff2e990b
commit
0d5dd6da4f
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ validate_track_method() {
|
||||||
main() {
|
main() {
|
||||||
local reliability count timeout interval failure_interval
|
local reliability count timeout interval failure_interval
|
||||||
local recovery_interval down up size
|
local recovery_interval down up size
|
||||||
local keep_failure_interval
|
local keep_failure_interval check_quality failure_latency
|
||||||
|
local recovery_latency failure_loss recovery_loss
|
||||||
|
|
||||||
[ -z "$5" ] && echo "Error: should not be started manually" && exit 0
|
[ -z "$5" ] && echo "Error: should not be started manually" && exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue