Revision f8d20b46ce55cf40afb30dcef6d9288f7ef46d9b authored by Xin Long on 26 October 2017, 11:23:27 UTC, committed by David S. Miller on 27 October 2017, 14:45:12 UTC
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>
1 parent f3594f0
Raw File
Makefile
#
# Makefile for the kernfs pseudo filesystem
#

obj-y		:= mount.o inode.o dir.o file.o symlink.o
back to top