ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()
authorTimo Teras <timo.teras@iki.fi>
Tue, 29 Apr 2008 10:32:25 +0000 (03:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2008 10:32:25 +0000 (03:32 -0700)
commit0010e46577a27c1d915034637f6c2fa57a9a091c
treedc13ec8dbbf980b53c8d1049dbf8944806cca0d2
parent980c478ddbb720948967b028ddbb4179a025bc2c
ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()

Add struct net_device parameter to ip_rt_frag_needed() and update MTU to
cache entries where ifindex is specified. This is similar to what is
already done in ip_rt_redirect().

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
net/ipv4/icmp.c
net/ipv4/route.c