luci-app-mwan3: Check quality of link failure_loss and recovery_loss values do not match defaults in mwan3track
See original GitHub issueI 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:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
As long as we do not enable the option check_quality then the depending values are not saved into the running configuration.