From bdff2e990b95415a74d13daa78a863e60e8b7c30 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 11 May 2018 08:38:38 +0200 Subject: [PATCH] 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 --- net/mwan3/files/etc/config/mwan3 | 1 - 1 file changed, 1 deletion(-) 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'