]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: interface: do not confirm neighbor when do pmtu update
authorXu Wang <vulab@iscas.ac.cn>
Mon, 13 Jan 2020 09:00:36 +0000 (09:00 +0000)
committerSteffen Klassert <steffen.klassert@secunet.com>
Tue, 14 Jan 2020 07:55:38 +0000 (08:55 +0100)
commitda9954b735edeb70724045dbfee933b89ec91089
tree702dc0897b189b4d59b0f6667e7a15fad849da08
parent664adc42b6e483c45c4c263840814b343e38b93f
xfrm: interface: do not confirm neighbor when do pmtu update

When do IPv6 tunnel PMTU update and calls __ip6_rt_update_pmtu() in the end,
we should not call dst_confirm_neigh() as there is no two-way communication.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_interface.c