mwan3: disable DNS lookups for ping checks
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 1 Mar 2021 11:22:38 +0000 (12:22 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 1 Mar 2021 11:44:22 +0000 (12:44 +0100)
commit0042f2dfa7e8ffb7b3e75e30011b0cc6594a5603
tree00a397eb5ad2655e0a1461e78e16dedabba2e7d4
parentb9ff010dca0993fbe1998909dd6769548e70cdaa
mwan3: disable DNS lookups for ping checks

By default, ping does a reverse DNS of the IP that you are pinging.
When you have a network issue (such as when a link has just gone down
and you haven't yet marked it down), this lookup can cause failures on
tests for links that are still good.

This option only works for iputils ping.
For busybox the option is not evaluated, but it is accepted without
throwing an error.

Fixes: #14968
Fixes: #14924
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Suggested-by: David Lang <david@lang.hm>
(cherry picked from commit 7cfb282432dad52aca0c2c578b43a99da4f8522a)
net/mwan3/Makefile
net/mwan3/files/usr/sbin/mwan3track