diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-05-11 08:38:38 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-05-11 08:46:57 +0200 |
commit | bdff2e990b95415a74d13daa78a863e60e8b7c30 (patch) | |
tree | 27dda089352bbb97e10da232373c3daceb7d36a2 | |
parent | 21c42901e13ae38f7fbc4e0c51b24b45332efc11 (diff) |
net/mwan3: remove check_quality option from default config
The normal situation should be to use ping without quality_check.
If quality_check option is not set in the default option then ping
quality_check is not performed during tracking. This is and should
be the default situation.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | net/mwan3/files/etc/config/mwan3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mwan3/files/etc/config/mwan3 b/net/mwan3/files/etc/config/mwan3 index 91d9c4ead..b7f6c2c11 100644 --- a/net/mwan3/files/etc/config/mwan3 +++ b/net/mwan3/files/etc/config/mwan3 @@ -5,7 +5,6 @@ config globals 'globals' config interface 'wan' option enabled '1' - option check_quality '1' list track_ip '8.8.4.4' list track_ip '8.8.8.8' list track_ip '208.67.222.222' |