commit | f8d20b46ce55cf40afb30dcef6d9288f7ef46d9b | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Oct 26 19:23:27 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 27 23:45:12 2017 +0900 |
tree | 3386f19b48b6ce2594f2877fdb9419d15b96c016 | |
parent | f3594f0a7ea36661d7fd942facd7f31a64245f1a [diff] |
ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err The similar fix in patch 'ipip: only increase err_count for some certain type icmp in ipip_err' is needed for ip6gre_err. In Jianlin's case, udp netperf broke even when receiving a TooBig icmpv6 packet. Fixes: c12b395a4664 ("gre: Support GRE over IPv6") Reported-by: Jianlin Shi <jishi@redhat.com> Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>