question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

luci-app-mwan3: Check quality of link failure_loss and recovery_loss values do not match defaults in mwan3track

See original GitHub issue

@feckert

I was updating the documentation for mwan3 https://openwrt.org/docs/guide-user/network/wan/multiwan/mwan3 as I noticed the interface configuration was missing the check_quality configuration options, I then found the default values used for failure_loss and recovery_loss are mismatched in mwan3track and LuCI.

Default values mismatched between mwan3track and LuCI

Defaults used in mwan3track:

https://github.com/openwrt/packages/blob/master/net/mwan3/files/usr/sbin/mwan3track#L151-L152

Defaults in LuCI:

failure_loss defaults to 40 in mwan3track, default is 20 in LuCI:

recovery_loss defaults to 10 in mwan3track, default is 5 in LuCi:

Should LuCI be updated to be consistent? I guess it’s not a major problem.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jamesmacwhitecommented, Aug 31, 2020

@feckert Thanks! Documentation has been updated to match, as it was missing entirely from the interface configuration table.

https://openwrt.org/docs/guide-user/network/wan/multiwan/mwan3#interface_configuration

0reactions
feckertcommented, Aug 31, 2020

As long as we do not enable the option check_quality then the depending values are not saved into the running configuration.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found