OSDN Git Service

bonding: complain about missing route only once for A/B ARP probes
authorDavid Decotigny <ddecotig@google.com>
Sat, 4 Sep 2021 06:31:29 +0000 (23:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Sep 2021 12:16:51 +0000 (13:16 +0100)
commit0a4fd8df07ddc3d12fad3b2e81ea5832bde2f806
treeb1fdd6cd4aa3b7258c7e97d0418a8a8dd9d973c7
parente5dd729460ca8d2da02028dbf264b65be8cd4b5f
bonding: complain about missing route only once for A/B ARP probes

On configs where there is no confirgured direct route to the target of
the ARP probes, these probes are still sent and may be replied to
properly, so no need to repeatedly complain about the missing route.

Signed-off-by: David Decotigny <ddecotig@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c