aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_main.c
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2017-11-17 14:27:18 +0800
committerDavid S. Miller <davem@davemloft.net>2017-11-18 10:32:41 +0900
commitcebe84c6190d741045a322f5343f717139993c08 (patch)
tree6952c7525c7c0a52d8125d2ce1ba473f75055f15 /drivers/net/ipvlan/ipvlan_main.c
parentroute: update fnhe_expires for redirect when the fnhe exists (diff)
downloadlinux-dev-cebe84c6190d741045a322f5343f717139993c08.tar.xz
linux-dev-cebe84c6190d741045a322f5343f717139993c08.zip
route: also update fnhe_genid when updating a route cache
Now when ip route flush cache and it turn out all fnhe_genid != genid. If a redirect/pmtu icmp packet comes and the old fnhe is found and all it's members but fnhe_genid will be updated. Then next time when it looks up route and tries to rebind this fnhe to the new dst, the fnhe will be flushed due to fnhe_genid != genid. It causes this redirect/pmtu icmp packet acutally not to be applied. This patch is to also reset fnhe_genid when updating a route cache. Fixes: 5aad1de5ea2c ("ipv4: use separate genid for next hop exceptions") Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions