commit | 88f643203668b95b884b60b45ff182289153843c | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Thu Jul 23 10:39:35 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 20:56:27 2015 -0700 |
tree | 7c07eec1dcbf5d2b09d53bf1b267edef40b2a9cb | |
parent | 48fb6b554501914b6befcf9b38292cbeb91de330 [diff] |
ipv4: be more aggressive when probing alternative gateways Currently, we do not notice if new alternative gateways are added. We can do it by checking for present neigh entry. Also, gateways that are currently probed (NUD_INCOMPLETE) can be skipped from round-robin probing. Suggested-by: Florian Westphal <fw@strlen.de> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: David S. Miller <davem@davemloft.net>