mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
net/mwan3: add missing local variables
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -53,7 +53,8 @@ validate_track_method() {
|
||||
main() {
|
||||
local reliability count timeout interval failure_interval
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user