luci-app-mwan3: Update down and up defaults to match mwan3track
Signed-off-by: James White <james@jmwhite.co.uk>
This commit is contained in:
parent
a314b593ec
commit
4a9062c7b6
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ recovery:value("3600", translatef("%d hour", 1))
|
|||
|
||||
down = mwan_interface:option(ListValue, "down", translate("Interface down"),
|
||||
translate("Interface will be deemed down after this many failed ping tests"))
|
||||
down.default = "3"
|
||||
down.default = "5"
|
||||
down:value("1")
|
||||
down:value("2")
|
||||
down:value("3")
|
||||
|
@ -227,7 +227,7 @@ down:value("10")
|
|||
|
||||
up = mwan_interface:option(ListValue, "up", translate("Interface up"),
|
||||
translate("Downed interface will be deemed up after this many successful ping tests"))
|
||||
up.default = "3"
|
||||
up.default = "5"
|
||||
up:value("1")
|
||||
up:value("2")
|
||||
up:value("3")
|
||||
|
|
Loading…
Reference in a new issue