]> Git Repo - linux.git/commit
ipv6: Only create RTF_CACHE routes after encountering pmtu exception
authorMartin KaFai Lau <[email protected]>
Sat, 23 May 2015 03:56:00 +0000 (20:56 -0700)
committerDavid S. Miller <[email protected]>
Mon, 25 May 2015 17:25:33 +0000 (13:25 -0400)
commit45e4fd26683c9a5f88600d91b08a484f7f09226a
tree9393590b3d79a26cf18cd11ac2b2d7f7c34a61e5
parent8b9df2657704dd313333a79497dde429f9190caa
ipv6: Only create RTF_CACHE routes after encountering pmtu exception

This patch creates a RTF_CACHE routes only after encountering a pmtu
exception.

After ip6_rt_update_pmtu() has inserted the RTF_CACHE route to the fib6
tree, the rt->rt6i_node->fn_sernum is bumped which will fail the
ip6_dst_check() and trigger a relookup.

Signed-off-by: Martin KaFai Lau <[email protected]>
Cc: Hannes Frederic Sowa <[email protected]>
Cc: Steffen Klassert <[email protected]>
Cc: Julian Anastasov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/ip6_route.h
net/ipv6/ip6_fib.c
net/ipv6/route.c
This page took 0.045945 seconds and 4 git commands to generate.