commit | b00f543240b9423eda73ad06c57becdd5478bc26 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Nov 11 19:06:52 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 13 10:44:05 2017 +0900 |
tree | a6de846553ca7b5b5015ae59de8d7be3b99e3c14 | |
parent | 383c1f88759bba7f387b7b705c31081e5df40b38 [diff] |
ip6_tunnel: process toobig in a better way The same improvement in "ip6_gre: process toobig in a better way" is needed by ip4ip6 and ip6ip6 as well. Note that ip4ip6 and ip6ip6 will also update sk dst pmtu in their err_handlers. Like I said before, gre6 could not do this as it's inner proto is not certain. But for all of them, sk dst pmtu will be updated in tx path if in need. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>