commit | d01ff0a049f749e0bf10a35bb23edd012718c8c2 | [log] [tgz] |
---|---|---|
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | Thu Dec 01 15:47:06 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 01 21:46:12 2011 -0500 |
tree | 84525ced20b7a48c17d26d73cd79dc86ee045738 | |
parent | 1ee5fa1e9970a16036e37c7b9d5ce81c778252fc [diff] |
ipv4: flush route cache after change accept_local After reset ipv4_devconf->data[IPV4_DEVCONF_ACCEPT_LOCAL] to 0, we should flush route cache, or it will continue receive packets with local source address, which should be dropped. Signed-off-by: Weiping Pan <panweiping3@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>